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/src/assets/styles/bmc/custom/_index.scss b/src/assets/styles/bmc/custom/_index.scss
new file mode 100644
index 0000000..0c393c5
--- /dev/null
+++ b/src/assets/styles/bmc/custom/_index.scss
@@ -0,0 +1,14 @@
+// OpenBMC Global Style Overrides of out of the box
+// Bootstrap styles
+@import "./alert";
+@import "./badge";
+@import "./base";
+@import "./bootstrap-grid";
+@import "./buttons";
+@import "./calendar";
+@import "./dropdown";
+@import "./forms";
+@import "./modal";
+@import "./pagination";
+@import "./tables";
+@import "./toasts";
\ No newline at end of file