-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
In China, the Wechat applet is very popular. It defines a responsive unit,'rpx'
code:
width: calc(100% - 10rpx);I hope the above code will work properly.
Try to modify the following code to make it work
Line 17 in 185f0fb
| ([0-9]+("."[0-9]+)?|"."[0-9]+)px\b return 'LENGTH'; |
//update after
([0-9]+("."[0-9]+)?|"."[0-9]+)r?px\b return 'LENGTH';Is this proposal acceptable to you?
Metadata
Metadata
Assignees
Labels
No labels