swc/crates/swc_css_parser/tests/fixture/at-rule/namespace/input.css

9 lines
316 B
CSS

@namespace empty "";
@namespace "";
@namespace url(http://www.w3.org/1999/xhtml);
@namespace url("http://www.w3.org/1999/xhtml");
@namespace svg url(http://www.w3.org/2000/svg);
@namespace svg url("http://www.w3.org/2000/svg");
@namespace "http://www.w3.org/1999/xhtml";
@namespace svg "http://www.w3.org/2000/svg";