/* import some file */
@import "import.css";

/* set body color */
body {
    color: red;
}
