mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
7f04ef4715
swc_css_parser: - Accept line comments with an option.
5 lines
40 B
CSS
5 lines
40 B
CSS
// Line comment
|
|
foo {
|
|
color: red;
|
|
}
|