diff --git a/src/scss/_bootstrap-components.scss b/src/scss/_bootstrap-components.scss index ece3f766d..e854fe134 100644 --- a/src/scss/_bootstrap-components.scss +++ b/src/scss/_bootstrap-components.scss @@ -1,3 +1,4 @@ +// Components @import "~bootstrap/scss/root"; @import "~bootstrap/scss/reboot"; @import "~bootstrap/scss/type"; diff --git a/src/scss/_bootstrap-config.scss b/src/scss/_bootstrap-config.scss index ff297c21d..4f1fd34da 100644 --- a/src/scss/_bootstrap-config.scss +++ b/src/scss/_bootstrap-config.scss @@ -1,3 +1,4 @@ +// Config @import "~bootstrap/scss/functions"; @import "~bootstrap/scss/variables"; @import "~bootstrap/scss/mixins"; diff --git a/src/scss/_tabler-core.scss b/src/scss/_core.scss similarity index 100% rename from src/scss/_tabler-core.scss rename to src/scss/_core.scss diff --git a/src/scss/tabler.scss b/src/scss/tabler.scss index ad2c8117b..c99ab21bf 100644 --- a/src/scss/tabler.scss +++ b/src/scss/tabler.scss @@ -1,2 +1,2 @@ -@import "tabler-core"; +@import "core";