mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 17:15:11 +03:00
8 lines
157 B
CSS
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];
|
||
|
}
|