mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 20:51:42 +03:00
e0c8bbf7a0
swc_css_parser: - Lex `-` as an identifier start.
3 lines
77 B
CSS
3 lines
77 B
CSS
.a {
|
|
-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
|
|
} |