swc/crates/swc_css_codegen/tests/fixture/at-rules/property/input.css
2022-02-08 11:27:54 +00:00

6 lines
102 B
CSS

@property --property-name {
syntax: '<color>';
inherits: false;
initial-value: #c0ffee;
}