You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
andtext-decoration-line
are different things.I think we should distinguish these two properties
The text was updated successfully, but these errors were encountered: