Include .scss file samples

This commit is contained in:
Ted Nyman
2013-07-30 14:21:04 -07:00
parent 96e8a5d2cc
commit 0fa54a85d8
2 changed files with 34 additions and 16 deletions

12
samples/Sass/demo.scss Normal file
View File

@@ -0,0 +1,12 @@
$blue: #3bbfce;
$margin: 16px;
.content_navigation {
color: $blue;
}
.border {
padding: $margin / 2;
margin: $margin / 2;
border: 2px $blue solid;
}