Restructure Sass files
- Consolidate all bootstrap partials
- Combine all vendor overrides with BMC custom styles
- Updated paths for Vuepress docs
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I1a9f68bdf90edae0d1e38f36ac670bf6426ec8a5
diff --git a/docs/.vuepress/styles/_index.scss b/docs/.vuepress/styles/_index.scss
index 8587715..157898e 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";