Skip to content

Commit

Permalink
Merge pull request #240 from zeroedin/master
Browse files Browse the repository at this point in the history
fix typo with .wvu-slash--#{$i}--up mixin
  • Loading branch information
adamglenn authored Feb 18, 2020
2 parents 7fde3b4 + 66b0ba8 commit a48352f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/utilities/_wvu-slash.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $i: 1;
}
&.wvu-slash--#{$i}-up {
&:before {
top: calc(-25% + -(#{$i} * #{$spacer})) $global-important;
top: calc(-25% - (#{$i} * #{$spacer})) $global-important;
}
}
&.wvu-slash--#{$i}-down {
Expand Down

0 comments on commit a48352f

Please sign in to comment.