.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-sass / examples / build / result / basic-grunt.sass
1
2
3 body
4     :font Arial
5     :background blue
6
7 #page
8     :width 700px
9     :height 100
10
11     #header
12         :height 300px
13         h1
14             :font-size 50px
15             :color     blue
16
17 #content.user.show
18     #container.top
19         #column.left
20             :width 100px
21         #column.right
22             :width 600px
23     #container.bottom
24         :background brown