Features
- Shows what the CSS preprocessor is doing on the loading screen
- You will now be seeing messages like
Processed CSS import: https://myawesomecsshost.com/index.css
, which should give a better idea as to whether it's frozen or not
- You will now be seeing messages like
- Optionally cache processed CSS
- With this enabled, fully preprocessed CSS will be saved locally to your
themes/cache
directory, making them even speedier to load every subsequent time
- With this enabled, fully preprocessed CSS will be saved locally to your
- "Clear CSS Cache" button
- Multi-threaded CSS preprocessing!
- Changed up the CSS preprocessing functionality to do many in parallel, which should make them lightning-fast, even with lots of imports.
- There is an arbitrary limit of 50 imports for images and fonts, otherwise they will be skipped entirely. No emoji-replacement themes yet 😔.
- CSS preprocessing now processes font files as well