mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-24 20:42:53 +01:00
8 lines
92 B
CSS
8 lines
92 B
CSS
/* import some file */
|
|
@import "import.css";
|
|
|
|
/* set body color */
|
|
body {
|
|
color: red;
|
|
}
|