swc/css/parser/tests/fixture/value/square-brackets/input.css
2021-10-30 14:53:11 +09:00

8 lines
157 B
CSS

div {
prop: [];
prop: [ ];
prop: [row1-start];
prop: [red #fff 12px];
prop: [row1-start] 25% [row1-end row2-start] 25% [row2-end];
}