Fix attempting import from node_modules packages issue #10 - pull request #11
Add support for old version of nodes (node 8 & node 10 tested)
Apply CSS Modules from imported stylesheets
global selector Regex is now working with an attached bracket to the selector (missing space was throwing an error) .myclass{ }
Set up typescript, eslint and prettier
- Fix class chaining and pseudo selector pull request #8
- Add support for
getLocalIdent()issue #6 - pull request #7
- Fix the use of
[path]in thelocalIdentNamerule. - Escape css on the classname
- Dependencies update
- Add optional shortand syntax
$.MY_CLASSNAMEto increase development speed and remove verbosity.
- Fix style parsing on empty cssModules class
- Ability to use the same class on multiple elments
- Use with svelte loader Ok
- Add test
- Fix modules exports
- Fix
includePathscheck - Update
loader-utilspackage
- Initial commit