MhMadHamster / vscode-postcss-language

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

allow mixins #22

Closed mauricekraus closed 6 years ago

mauricekraus commented 6 years ago

Hi, would it be possible to allow mixins ?

MhMadHamster commented 6 years ago

hello, if you mean validation error just add "postcss.validate": false in your settings

mauricekraus commented 6 years ago

well but is your syntax highlighter not useless afterwards ?

MhMadHamster commented 6 years ago

it's meant to highlight syntax, not to validate it, and the validation which currently works is wrong because it's postcss and you can't validate it without knowing what plugins exactly user is using.