mirror of
https://github.com/swc-project/swc.git
synced 2024-12-12 02:59:49 +03:00
c94735e540
swc_css_codegen: - Fix code generation of custom properties. swc_css_parser: - Fix parsing of custom properties.
9 lines
207 B
CSS
9 lines
207 B
CSS
div {
|
|
prop: [];
|
|
prop: [ ];
|
|
prop: [row1-start];
|
|
prop: [ row1-start-with-spaces-around ];
|
|
prop: [red #fff 12px];
|
|
prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
|
|
}
|