fix bs scss import
This commit is contained in:
parent
19526c5287
commit
ddd7f1eb5e
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
@use "sass:math";
|
||||
@import "../node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
@import "./node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
#gamePyramid {
|
||||
display: grid;
|
||||
|
|
Loading…
Reference in a new issue