-
Notifications
You must be signed in to change notification settings - Fork 34
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
[feat] Hope to support new units 'rpx' #76
Comments
Or users can customize unit validation |
Can you provide link on spec or docs |
And what is unit means |
rpx !== px and it is non standard, so we just relax parser to avoid throw error on unknown unit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In China, the Wechat applet is very popular. It defines a responsive unit,'rpx'
code:
I hope the above code will work properly.
Try to modify the following code to make it work
postcss-calc/src/parser.jison
Line 17 in 185f0fb
Is this proposal acceptable to you?
The text was updated successfully, but these errors were encountered: