-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Exception thrown on float angle values #106
Comments
lazd
changed the title
Exception thrown on float rotation values
Exception thrown on float angle values
Feb 13, 2020
Related to #76. Big ups to @bartveneman for the repl.it that made it easy to demonstrate the issue. |
See also #104. |
Fixed in #109 |
Wow, thanks so much @jonathantneal for implementing! 🥳 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How Do We Reproduce?
https://repl.it/@lazd/postcss-values-parser-float-angle-values
Expected Behavior
parse(.5deg)
andparse(1.5deg)
and friends do not throw. See [W3 spec] for all possible angle values https://www.w3.org/TR/css-values-4/#angles.Actual Behavior
parse(.5deg)
andparse(1.5deg)
throw<css input>:1:1: Unknown word
The text was updated successfully, but these errors were encountered: