From bdc78305661987868ac1efdcb7d32061a1883834 Mon Sep 17 00:00:00 2001 From: Arjen Smit Date: Mon, 24 Jul 2017 12:00:23 +0200 Subject: [PATCH] Update _template.scss --- tasks/icons/_template.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }