I'm writing Sass with the .sass
file extension and using the File Watchers plugin by JB.
It's not using an autoprefixer by default and I couldn't find any package that provides that.
How can I get an autoprefixer for my .css
files in WebStorm using File Watchers or other methods ?
I don't believe there are any autoprefixers built in to the IDE. I use pycharm (pretty much same thing as webstorm).
https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000149090-Autoprefixer
I use gulp to autoprefix .sass and compile css.
You can do this by adding a gulpfile and implementing this in the following mannor:
then run the task:
SCSS / CSS: -------------------------------------------------