Description
Hi,
I hope this is the right place for this issue. Apologies if it isn't.
I have a styled component making use of the progress element and I'm using some syntax that declaration-property-value-no-unknown
doesn't like to style some of the browser internals.
If I write this in vanilla CSS and use stylelint, the errors come up as expected and I can disable them and move on:
link to example in playground
If I use postcss-styled-syntax, the first error gets reported in the wrong location and I don't think it's possible to disable it, neither with stylelint-disable
for the entire file nor with stylelint-disable-next-line
:
link to example in playground
Let me know if the description isn't clear or if I need to report this issue somewhere else. And thanks for your work on this plugin!
Activity