Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit b42876e

Browse files
committed
chore: correctly use Bootstrap variable overrides
1 parent 7a489af commit b42876e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
$primary-color: #0d6efd;
44

5-
@use 'bootstrap' with (
6-
$primary: $primary-color
5+
@use 'bootstrap/scss/bootstrap' with (
6+
$primary: $primary-color
77
);
88

99
// -- 1. load with modern `@use`

0 commit comments

Comments
 (0)