swc/css/parser/tests/line-comment/css-in-js/2/input.css
Donny/강동윤 7f04ef4715
feat(css/parser): Allow invalid line comments (#2443)
swc_css_parser:
 - Accept line comments with an option.
2021-10-15 23:21:33 +09:00

5 lines
44 B
CSS

foo {
// Line comment
color: red;
}