mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
SCSS partials should not be imported with underscore
This commit is contained in:
parent
d149b01dc6
commit
c50fcccc3e
|
@ -1 +1,3 @@
|
|||
// Overwrite bootstrap scss variables
|
||||
// $body-bg: rgb(42, 42, 49);
|
||||
$font-size-base: 0.9rem;
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
// variables created for the project and not overwrite of bootstrap
|
||||
$font-size-base: 0.9rem;
|
||||
$fontsize-small: 0.9rem;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
@import '_bootstrap_variables_ovw.scss';
|
||||
|
||||
@import '~bootstrap/scss/bootstrap';
|
||||
@import '~bootstrap/scss/bootstrap.scss';
|
||||
@import '~bootstrap-vue/src/index.scss';
|
||||
|
||||
@import '_variables.scss';
|
||||
@import '_styles_ovw.scss';
|
||||
@import 'variables';
|
||||
@import 'styles_ovw';
|
||||
|
|
Loading…
Reference in New Issue
Block a user