Skip to content

Commit

Permalink
Fix build (#38)
Browse files Browse the repository at this point in the history
* fix build errors

* fix bootstrap build import
  • Loading branch information
mlmoravek authored Jun 30, 2023
1 parent 2308e71 commit 6661e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/scss/bootstrap-build.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// import bootstrap scss functions
@import "/node_modules/bootstrap/scss/functions";
@import "/node_modules/bootstrap/scss/mixins";
@import "../node_modules/bootstrap/scss/functions";
@import "../node_modules/bootstrap/scss/mixins";

// import bootstrap scss
@import "../node_modules/bootstrap/scss/bootstrap";
Expand Down

0 comments on commit 6661e79

Please sign in to comment.