10 lines
91 B
SCSS
10 lines
91 B
SCSS
body {
|
|
background: red;
|
|
|
|
.container {
|
|
background: blue;
|
|
}
|
|
}
|
|
|
|
@import "included";
|