mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): use correct paths for imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// customize colors and fonts using bootstrap variables
|
||||
@import "../../../node_modules/bootswatch/dist/flatly/variables";
|
||||
@import "../../../../node_modules/bootswatch/dist/flatly/variables";
|
||||
|
||||
$input-range-font-family: $font-family-sans-serif;
|
||||
$input-range-primary-color: $primary;
|
||||
@@ -7,4 +7,4 @@ $input-range-neutral-color: $dark;
|
||||
$input-range-neutral-light-color: $light;
|
||||
$input-range-disabled-color: $secondary;
|
||||
|
||||
@import "../../../node_modules/react-input-range/src/scss/input-range/input-range";
|
||||
@import "../../../../node_modules/react-input-range/src/scss/input-range/input-range";
|
||||
|
||||
Reference in New Issue
Block a user