swc/crates/swc_css_parser/tests/fixture/value/square-brackets/input.css
Alexander Akait c94735e540
fix(css): Handle custom properties properly (#2869)
swc_css_codegen:
 - Fix code generation of custom properties.

swc_css_parser:
 - Fix parsing of custom properties.
2021-11-27 16:11:40 +00:00

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];
}