swc/crates/swc_css_parser/tests/line-comment/css-in-js/6/input.css

6 lines
64 B
CSS
Raw Normal View History

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