Replies: 1 comment 1 reply
-
Can you share a reproduction? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
shadow-[0px_1px_16px_0px_rgba(0,0,0,0.16)] parse to shadow-[0px_1px_16px_0px_rgba(02c 0\2c 0\2c 0.16)]
The first comma in rgba() should be parse as \2c, but \ is lost, so this class is not work.
WHY
Beta Was this translation helpful? Give feedback.
All reactions