sassyclean
v1.0.1
Published
Scans a project for Sass partials that are never imported and removes them.
Downloads
16
Maintainers
Readme
Sassy Clean
Scans a project for partials that are never imported. Sassy Clean provides the option to automatically delete the unused partials or display the file name as a console log.
npm install sassyclean -g
Use
Run sassyclean <directory> <remove>
in your project directory.
Directory can be set to the directory that contains your project's partial Sass files.
Remove can be set to true
or false
.
Sassyclean assumes that all your Sass files are in a directory with the name sass
in your project.
Related
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
MIT © Ryan Burgess