anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.23k stars 50 forks source link

text-decoration-line is false identified as "plugin/no-unsupported-browser-features" #146

Open lynnliangvdf opened 2 years ago

lynnliangvdf commented 2 years ago

I wrote a style that uses text-decoration-line, but stylelint shows the following error: Unexpected browser feature "text-decoration" is only partially supported by Edge 89,90,91, Firefox 87,88,89, Chrome 89,90,91, Safari 13, Safari on iOS 13.0-13.1.

But text-decoration and text-decoration-line are different things.

I think we should distinguish these two properties