From 19743b798523d1ea2a5c6c47543330e149e4302c Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 24 Oct 2021 18:54:05 +0200 Subject: [PATCH] rename `tabler-core.scss` to `core.scss` --- src/scss/_bootstrap-components.scss | 1 + src/scss/_bootstrap-config.scss | 1 + src/scss/{_tabler-core.scss => _core.scss} | 0 src/scss/tabler.scss | 2 +- 4 files changed, 3 insertions(+), 1 deletion(-) rename src/scss/{_tabler-core.scss => _core.scss} (100%) 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";