-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
- Operating System (or Browser): macOS
- Node Version: v13.3.0
- postcss-values-parser Version: 3.11
How Do We Reproduce?
https://repl.it/@lazd/postcss-values-parser-float-angle-values
Expected Behavior
parse(.5deg)
and parse(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)
and parse(1.5deg)
throw <css input>:1:1: Unknown word
Metadata
Metadata
Assignees
Labels
No labels