zola/test_site/sass/blog.scss
2018-01-29 18:40:12 +01:00

10 lines
91 B
SCSS

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