zola/components/site/test_site/sass/blog.scss
2017-07-09 11:37:05 +09:00

10 lines
91 B
SCSS

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