Skip to content

Commit

Permalink
refactor: Relative path not necessary as node_modules is loaded by da…
Browse files Browse the repository at this point in the history
…rt-sass
  • Loading branch information
gerardo-navarro authored and nwittstruck committed Mar 28, 2024
1 parent 03a7b28 commit e774867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/scss/_bootstrap_custom.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Required
@import "../node_modules/bootstrap/scss/bootstrap";
@import "bootstrap/scss/bootstrap";

.card-body-mindwendel-idea {
@extend .card-body;
Expand Down
4 changes: 2 additions & 2 deletions assets/scss/app.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* This file is for your main application css. It will be compiled to app.css, which is then loaded by esbuild. */
@import "../node_modules/nprogress/nprogress";
@import "nprogress/nprogress";
@import "_bootstrap_custom.scss";

$bootstrap-icons-font-dir: "/fonts/bootstrap-icons";

@import "../node_modules/bootstrap-icons/font/bootstrap-icons";
@import "bootstrap-icons/font/bootstrap-icons";
@import "live/idea_live/_index_component.scss";

@import "live/brainstorming_live/_show.scss";
Expand Down

0 comments on commit e774867

Please sign in to comment.