Skip to content

Commit

Permalink
Merge pull request #51 from ConnectHolland/Arjen-Smit-add-double-colons
Browse files Browse the repository at this point in the history
Update _template.scss
  • Loading branch information
Arjen-Smit committed Jul 25, 2017
2 parents ba06760 + bdc7830 commit 164cd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/icons/_template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 164cd88

Please sign in to comment.