mirror of
https://github.com/swc-project/swc.git
synced 2024-12-11 16:21:51 +03:00
8 lines
197 B
CSS
8 lines
197 B
CSS
html > /**/ body .selector {}
|
|
head ~ /**/ body .selector {}
|
|
|
|
.selector { _property: value; }
|
|
.selector { -property: value; }
|
|
.selector { property: value\9; }
|
|
.selector { property/*\**/: value\9; }
|