Skip to content

Commit

Permalink
chore: correctly use Bootstrap variable overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 14, 2024
1 parent aefbc3f commit 899d44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $button-border-color: #ababab;
$button-style-bg-color: #fff;
$primary-color: #1b75fb;

@use 'bootstrap' with (
@use 'bootstrap/scss/bootstrap' with (
$primary: $primary-color
);

Expand Down

0 comments on commit 899d44a

Please sign in to comment.