mirror of
https://github.com/getzola/zola
synced 2025-01-07 09:28:47 +00:00
9 lines
91 B
SCSS
9 lines
91 B
SCSS
body {
|
|
background: red;
|
|
|
|
.container {
|
|
background: blue;
|
|
}
|
|
}
|
|
|
|
@import "included";
|