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

6 lines
97 B
CSS

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