mirror of
https://github.com/getzola/zola
synced 2024-12-12 13:22:29 +00:00
9 lines
91 B
SCSS
9 lines
91 B
SCSS
body {
|
|
background: red;
|
|
|
|
.container {
|
|
background: blue;
|
|
}
|
|
}
|
|
|
|
@import "included";
|