mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 03:00:13 +00:00
tweak(dashboard): remove unnecessary node_modules from import paths
This commit is contained in:
parent
6435fa3714
commit
770b01504a
2 changed files with 74 additions and 74 deletions
|
|
@ -1,7 +1,7 @@
|
|||
$primary: #da9317;
|
||||
$primary-alt: #da9317;
|
||||
@import "../node_modules/bootstrap/scss/bootstrap.scss";
|
||||
@import "generic.scss";
|
||||
@import "bootstrap/scss/bootstrap.scss";
|
||||
|
||||
// dark mode. dark.scss extends nightshade
|
||||
@import "bootstrap-nightshade.scss";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue