bmatcuk / coc-stylelintplus

stylelint extension for coc.nvim supporting additional features
MIT License
48 stars 7 forks source link

Errors when using a custom postcss parser (postcss-scss) #18

Closed alex-e-leon closed 3 years ago

alex-e-leon commented 3 years ago

Hi, I'm using postcss-scss which supports writing inline comments as // style, but stylelint-plus complains about Unknown word (CssSyntaxError). Running stylelint on the CLI works fine.

Is there a way to get stylelint-plus to support this use case?

alex-e-leon commented 3 years ago

Closing, as after investigating this is an issue with stylelint, and not this plugin.