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 7a489af commit b42876e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$primary-color: #0d6efd;

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

// -- 1. load with modern `@use`
Expand Down

0 comments on commit b42876e

Please sign in to comment.