Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Unnecessary vendor prefixing in Safari #392

Closed
sebastiansandqvist opened this issue Oct 22, 2015 · 2 comments
Closed

Unnecessary vendor prefixing in Safari #392

sebastiansandqvist opened this issue Oct 22, 2015 · 2 comments

Comments

@sebastiansandqvist
Copy link

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.

@ianobermiller
Copy link
Contributor

Fun! Another weird one. Should be solved by #374.

@ianobermiller
Copy link
Contributor

Fixed with use of inline-style-prefixer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants