zola/test_site/sass/blog.scss

10 lines
91 B
SCSS

body {
background: red;
.container {
background: blue;
}
}
@import "included";