Replace indent.sass to match an existing issue

https://github.com/dlmanning/gulp-sass/issues/187 was failing
on 1.x
This commit is contained in:
Vincent Prouillet 2015-03-25 19:41:22 +00:00
parent 9c0e76fc8b
commit 25ee16f9d6
2 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,2 @@
#main {
color: blue;
font-size: 0.3em; }
body .div {
color: blue; }

View file

@ -1,3 +1,4 @@
#main
color: blue
font-size: 0.3em
$color: blue
body .div
color: $color