Skip to content

Commit

Permalink
Added missing border-{n} utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaydek Michels-Gualtieri committed Nov 17, 2020
1 parent ccd4338 commit 7d786c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/duomo/core/border.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

// prettier-ignore
@mixin border-width-from-range($range, $resolver) {
@include helpers.generate-from-range(
"border",
(border-width),
$range,
$resolver,
);
@include helpers.generate-from-range(
"border-t",
(border-top-width),
Expand Down

0 comments on commit 7d786c1

Please sign in to comment.