zola/test_site/sass/blog.scss

10 lines
91 B
SCSS
Raw Normal View History

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