swc/crates/swc_css_codegen/tests/fixture/at-rules/property/input.css

6 lines
102 B
CSS
Raw Normal View History

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