swc/css/parser/tests/fixture/value/square-brackets/input.css

8 lines
157 B
CSS
Raw Normal View History

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