Valid option for scss autoprefixer at the moment
Good morning and Happy Holidays to all, I've been looking into this for a few weeks now, but I don't see any options that currently work. I have tried some options recommended in other posts in this forum, but none of them really work, does anyone know of a solution that actually works?
Thanks
请先登录再写评论。
As it's written in this comment, there is no built-in support for autoprefixer, and it can hardly be expected in near future. If you miss it, please vote for WEB-37.
You can install the autoprefixer (
npm install postcss-cli autoprefixer -g) and set it up as a file watcher, for exampleSee
postcss -hfor help on cli optionsYou can also try using sass-prefix-mixins in your code