swc/css/parser/tests/fixture/rome/comment/input.css

16 lines
127 B
CSS
Raw Normal View History

2021-08-19 08:16:32 +03:00
/*
* comments
*/
a {
color: white; /* comment */
}
a {
color: /* comment */ white;
}
a /* comment */ {
color: white;
}