I use your awesome tool with visual code. I want not i autoprefix my scss files, but only my miified css file.. Is there a way?
I'm not using gulp or grunt, just the extension in VC.
Thanks, Keviin :)
Hi. You should ask question to VC plugin author.
Autoprefixer is a plugin for PostCSS. PostCSS has a SCSS syntax support and can change SCSS sources. So You can run Autoprefixer on SCSS sources.
But I think VC plugin just has a code to block running Autopefixer on SCSS code. So you should ask plugin author to remove this code.
Also, I highly recommend starting to use postcss-cli instead of VC plugin. It is a more flexible solution.
Waw.. Fast reply! I'll check it out.. Thank you guys :)
Most helpful comment
Hi. You should ask question to VC plugin author.
Autoprefixer is a plugin for PostCSS. PostCSS has a SCSS syntax support and can change SCSS sources. So You can run Autoprefixer on SCSS sources.
But I think VC plugin just has a code to block running Autopefixer on SCSS code. So you should ask plugin author to remove this code.