Skip to content

Commit

Permalink
chore: correctly use Bootstrap variable override
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 14, 2024
1 parent 16b4bb2 commit c590899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $side-menu-width: 250px;
$button-border-color: #ababab;
$primary-color: #0e6cfa;

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

Expand Down

0 comments on commit c590899

Please sign in to comment.