diff --git a/tasks/icons/_template.scss b/tasks/icons/_template.scss index 5771fb5..5b43b92 100644 --- a/tasks/icons/_template.scss +++ b/tasks/icons/_template.scss @@ -18,14 +18,14 @@ $<%= fontName %>:<% _.each(glyphs, function(glyph) { %> $<%= fontName %>-<%= glyph.name %><% }); %>; @mixin <%= fontName %>($name) { - &:before { + &::before { @include <%= fontName %>-style($name); @content; } } @mixin <%= fontName %>-after($name) { - &:after { + &::after { @include <%= fontName %>-style($name); @content; }