You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My hunch is that the postcss-safe-parser plugin used by your extension is the issue, fixing what it sees as invalid CSS comments ("//" and "///") and converting them to valid CSS comments. That makes sense when compiling to CSS, but not when autoprefixing LESS, Stylus, or SASS/SCSS code in an editor.
Thanks again for taking a look at this!
The text was updated successfully, but these errors were encountered:
Re-opening issue originally discussed in #91.
Unfortunately, this does not appear to be resolved.
autoprefixer.findExternalAutoprefixer
totrue
in VSCodeSCSS:
Processed using postcss-cli and autoprefixer:
VSCode with Autoprefixer plugin (2.0.0 & 2.1.1):
This also breaks SASSDoc "triple-slash" comments (again, no issue using postcss-cli + autoprefixer).
Before:
After
My hunch is that the
postcss-safe-parser
plugin used by your extension is the issue, fixing what it sees as invalid CSS comments ("//" and "///") and converting them to valid CSS comments. That makes sense when compiling to CSS, but not when autoprefixing LESS, Stylus, or SASS/SCSS code in an editor.Thanks again for taking a look at this!
The text was updated successfully, but these errors were encountered: