moved themes to separate folder

This commit is contained in:
Art Lowel
2019-05-28 13:24:30 +02:00
parent cfcf496cc1
commit 11d06e34b1
34 changed files with 228 additions and 178 deletions

View File

@@ -1,11 +1,13 @@
@import '_functions.scss';
@import '../../node_modules/bootstrap/scss/functions.scss';
@import '$themePath$/bootstrap_variables.$theme$.scss';
//@import '$themePath$/bootstrap_variables.scss';
@import '../../themes/mantis/styles/bootstrap_variables.scss';
@import 'bootstrap_variables.scss';
@import '../../node_modules/bootstrap/scss/variables.scss';
@import '$themePath$/custom_variables.$theme$.scss';
//@import '$themePath$/custom_variables.scss';
@import '../../themes/mantis/styles/custom_variables.scss';
@import 'custom_variables.scss';