Merge pull request #9 from pine3ree/patch-1
allow custom css prefix for icon names
This commit is contained in:
commit
c0757b4cbf
@ -13,7 +13,7 @@ $names: 'account' 'account-alert' 'account-box' 'account-box-outline' 'account-c
|
|||||||
}
|
}
|
||||||
|
|
||||||
@for $i from 1 through length($hexes) {
|
@for $i from 1 through length($hexes) {
|
||||||
.mdi-#{nth($names, $i)}::before {
|
.#{$mdi-css-prefix}-#{nth($names, $i)}::before {
|
||||||
content: char(nth($hexes, $i));
|
content: char(nth($hexes, $i));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user