MhMadHamster / vscode-postcss-language

postcss syntax support extension for VSCode
MIT License
34 stars 7 forks source link

Removed in-line comments #17

Closed tohuw closed 6 years ago

tohuw commented 6 years ago

In-line comments of the style // are not supported by CSS. PostCSS doesn't change this unless you add a plugin like postcss-comment-2 (https://github.com/nightwolfz/postcss-comment). Thus, I don't think this plugin ought to default to using this style.

MhMadHamster commented 6 years ago

seems legit, thanks for pr