-
-
Notifications
You must be signed in to change notification settings - Fork 32
Exception thrown on float angle values #106
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
Comments
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
Uh oh!
There was an error while loading. Please reload this page.
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: