doiuse
doiuse copied to clipboard
text-decoration-line is false identified as "plugin/no-unsupported-browser-features"
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