Merge pull request #9 from pine3ree/patch-1

allow custom css prefix for icon names
This commit is contained in:
Austin Andrews 2015-07-16 20:14:45 -05:00
commit c0757b4cbf

View File

@ -13,7 +13,7 @@ $names: 'account' 'account-alert' 'account-box' 'account-box-outline' 'account-c
}
@for $i from 1 through length($hexes) {
.mdi-#{nth($names, $i)}::before {
.#{$mdi-css-prefix}-#{nth($names, $i)}::before {
content: char(nth($hexes, $i));
}
}