(css) Allow .sg-child-level-[1-12] everywhere

pull/91/head
Francis Lachapelle 2015-07-06 11:07:28 -04:00
parent cf0aded1a4
commit ecce179a2f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ md-sidenav {
// ---------------------------------------
$i: 1;
@while $i < 12 {
md-list-item .sg-child-level-#{$i} { padding-left: $mg * $i; }
.sg-child-level-#{$i} { padding-left: $mg * $i; }
$i: $i + 1;
}