summaryrefslogtreecommitdiff
path: root/docs/.vuepress/styles/_index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.vuepress/styles/_index.scss')
-rw-r--r--docs/.vuepress/styles/_index.scss13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/.vuepress/styles/_index.scss b/docs/.vuepress/styles/_index.scss
index 8587715a..157898e6 100644
--- a/docs/.vuepress/styles/_index.scss
+++ b/docs/.vuepress/styles/_index.scss
@@ -1,5 +1,10 @@
+// Custom and Vendor helpers
+@import "src/assets/styles/bmc/helpers/index";
+@import "src/assets/styles/bootstrap/helpers";
-@import "./bmc";
-@import "./bootstrap";
-@import "./bootstrap-vue";
-@import "./bmc-overrides";
+// Vendor styles
+@import "src/assets/styles/bootstrap/index";
+@import "~bootstrap-vue/src/index";
+
+// Custom BMC styles
+@import "src/assets/styles/bmc/custom/index";