Skip to content

Commit

Permalink
fix: using same values for border width as in outline
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Dec 23, 2022
1 parent fabf67f commit 6829907
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions low/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,11 @@ $border-style: (

$border-width: (
0: 0,
px: 1px,
1: 0.125rem,
2: 0.25rem,
4: 0.5rem,
6: 0.75rem,
8: 1rem,
1: 1px,
2: 2px,
4: 4px,
6: 6px,
8: 8px,
) !default;

$box-shadow: (
Expand Down

0 comments on commit 6829907

Please sign in to comment.