Skip to content

Commit

Permalink
Make spacers usable
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp-work committed Jan 3, 2023
1 parent 34edc6a commit 861f819
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
// Add spacing utilities to Bootstrap's defaults
$spacer: 1rem !default;
$spacers: (
0: 0,
1: $spacer * .25,
2: $spacer * .5,
3: $spacer,
4: $spacer * 1.5,
5: $spacer * 3,
6: ($spacer * 4.5),
7: ($spacer * 6)
)

0 comments on commit 861f819

Please sign in to comment.