swc/crates/swc_css_parser/tests/line-comment/css-in-js/6/input.css
2021-11-12 19:37:05 +09:00

6 lines
64 B
CSS

foo {
// Line comment
// Line comment
color: red;
}