Closed winston0410 closed 2 years ago
Hi @winston0410. Yes it's quite possible that any non standard syntax will cause this plugin to fail. It doesn't officially support it. See here: https://github.com/ismay/stylelint-no-unsupported-browser-features/issues/136#issuecomment-729121026.
It's in the readme (see the top paragraph):
Doiuse and this plugin are only compatible with standard css syntax, so syntaxes like scss, less and others aren't supported.
We could make that more prominent though. If you have a suggestion on how to do so feel free to submit a PR!
I got the following error:
And these are the code where the plugin has failed. I notice that they all failed at the very first line of CSS. I am using Svelte for development so I have a style block.
This is the configuration of my
stylelint.config.js