zola/test_site/sass/blog.scss

10 lines
91 B
SCSS
Raw Normal View History

2017-07-06 22:19:15 +09:00
body {
background: red;
.container {
background: blue;
}
}
2017-07-09 11:37:05 +09:00
@import "included";