Skip to content

Commit

Permalink
bugfix prefixed -> prefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Black Mirror committed Feb 28, 2018
1 parent b732c4d commit fbcbf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_border.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $border-styles: concat((none, hidden, dotted, dashed, solid, double, groove, rid
}

@mixin border-radius($br...) {
@include prefixed(border-radius, $br);
@include prefixer(border-radius, $br);
}

$border-modes: concat((none), $css-default-modes);
Expand Down

0 comments on commit fbcbf69

Please sign in to comment.