mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
11 lines
118 B
CSS
11 lines
118 B
CSS
@charset "UTF-8";
|
|
|
|
@import './imported.css';
|
|
|
|
/* Comment */
|
|
|
|
.class {
|
|
color: red;
|
|
background: url("./img.png");
|
|
}
|