Releases: XhmikosR/find-unused-sass-variables
Releases · XhmikosR/find-unused-sass-variables
v0.5.0
- find nested vars (#40)
- return 1 on cli error (#38)
v0.4.2
- Fix regex. (#37)
Previously it wrongfully matched variables even if their name just started with another variable's name.
- Fix tests
v0.4.0
- Update dependencies.
- Use commander for the CLI
- Show the help screen if no args are passed.
v0.3.0
- Add the ability to ignore variables. (#24)
v0.2.1
Ignore YAML markers in Sass files.
v0.2.0
Use postcss-scss to find the variables, thanks to @Johann-S!