New release
Pre-release
Pre-release
This release finally addresses all the previous issues regarding the class names parser. Now all classes are included (global and inside @media rule blocks)!
Changed
- Now all the classes are properly found, the performances on very large css files are not optimal yet. For instance the latest Tailwind css which contains around 39.000 class names takes around 1 second to be parsed and to get the code generated on my machine.
- Speed up parsing + code generation.
Added
- Watch mode using the
-w
flag! There seems to be some bugs on Mac os (like the code sometimes get generated twice), so it's experimental.