-
-
Notifications
You must be signed in to change notification settings - Fork 15
Incorrect values when units are not in lowercase #5
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
Is this valid per css specs ? |
Yes, it is. From http://www.w3.org/TR/CSS21/syndata.html:
|
So PR is welcome =) |
Closed by f881251 |
For example
calc(50% - 42Px)
is translated tocalc(0.5 - 42Px)
(We declare some units in capital case in conjunction with
postcss-pxtorem
)The text was updated successfully, but these errors were encountered: