swc/crates/swc_css_parser/tests/fixture/value/square-brackets/input.css

9 lines
207 B
CSS
Raw Normal View History

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