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
{{ message }}
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
I have an element with the property: textDecoration: 'none', but when running it in Safari I get the following console warning: Unsupported CSS value "none" for property "WebkitTextDecoration"
This version of Safari supports textDecoration unprefixed, so I am not sure why this error occurs in the first place. Interestingly, though, the desired style is still applied.
The text was updated successfully, but these errors were encountered:
I have an element with the property:
textDecoration: 'none'
, but when running it in Safari I get the following console warning:Unsupported CSS value "none" for property "WebkitTextDecoration"
This version of Safari supports textDecoration unprefixed, so I am not sure why this error occurs in the first place. Interestingly, though, the desired style is still applied.
The text was updated successfully, but these errors were encountered: