swc/css/parser/tests/fixture/at-rule/import/input.css
Alexander Akait 9eb45e8515
fix(css/parser): Allow @at-rules to be lowercased (#2274)
swc_css_parser:
 - Allow lowercase for @at-rules.
2021-09-21 16:55:46 +09:00

6 lines
130 B
CSS

@import url("./style.css");
@import url('./style.css');
@import './style.css';
@import "./style.css";
@IMPORT url("./style.css");