Closed mkurz closed 8 years ago
Also #16 would probably be fixed with such a feature.
@mikaeljorhult Do you think you will implement this anytime soon?
It's next on my list to implement but I can't promise a date for the release. Any help/pull requests on the feature would be appreciated.
Cool, thanks! I am very busy now - but if I ever find some time I will have a look.
Best support for this project. #awesome
@mkurz: This feature is now in the master branch. Still got some testing before release but if you want to give it ago now please let me know if you run into any problems.
@mikaeljorhult Sounds great! I am very busy right now - but if I find time I will test it. Thank you very much anyway!
Please add an "auto detect file changes" feature - which simply runs autoprefixer as soon as a
.css
file changes (or gets created). With such a feature people could have following workflow: User edits.less
/.sass
file -> less/sass compiler generates.css
file -> autoprefixer plugin detects (this) change (or the newly created css file) and processes file.You could add a setting as well:
This feature would actually fix #25 (and probably #31, #29, #5).