Skip to content

Commit

Permalink
fix: import required bootstrap stylesheet (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Jun 16, 2023
1 parent 6fa966d commit 4ad5c44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $warning: #fce16e;
$alert: #ff7070;

@import "bootstrap/scss/variables"; // required, must happen after setting variables
@import "bootstrap/scss/variables-dark"; //required, must happen after setting variable
@import "bootstrap/scss/maps"; // required, must happen after any map variable overrides

// Bring in Bootstrap
Expand Down

0 comments on commit 4ad5c44

Please sign in to comment.