Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing css property: -webkit-text-decoration #72

Open
MrJohz opened this issue Sep 25, 2019 · 1 comment
Open

Missing css property: -webkit-text-decoration #72

MrJohz opened this issue Sep 25, 2019 · 1 comment
Labels
Milestone

Comments

@MrJohz
Copy link

MrJohz commented Sep 25, 2019

According to MDN, text-decoration requires no browser prefixes except for when used with a shorthand property in Safari browsers, when it needs the -webkit- prefix.

From what I can tell, the current types don't allow for the -webkit- prefix for text-decoration.

@frenic
Copy link
Owner

frenic commented Oct 4, 2019

That's right. The current generator is only "looking" in the text-decoration row and not the "Shorthand" row. This needs to be fixed. Thanks!

@frenic frenic added the bug label Oct 4, 2019
@frenic frenic added this to the Version 3 milestone Nov 5, 2019
@frenic frenic modified the milestones: Version 3, Version 3.1 Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants