summaryrefslogtreecommitdiff
path: root/docs/.vuepress/styles
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-07-09 08:27:12 +0300
committerDerick Montague <derick.montague@ibm.com>2020-07-13 23:48:12 +0300
commit8b0afbe71f7ef4938e1e1aaaf7ae50c92f319bf0 (patch)
tree94e89ec8d104aa036c739e1e0105c0e4c18dbeb8 /docs/.vuepress/styles
parenta88f752908a6188f72274550e0cfe1418cb27f63 (diff)
downloadwebui-vue-8b0afbe71f7ef4938e1e1aaaf7ae50c92f319bf0.tar.xz
Update theme file structure in documentation
This update supports a refactor of the SCSS architecture. The Bootstrap files are imported individually to exclude the reboot.scss and type.scss files. These styles conflict with the Vuepress styles and are not needed for documentation. Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ida304ecc1fdd1e518f29115ce10752125265330c
Diffstat (limited to 'docs/.vuepress/styles')
-rw-r--r--docs/.vuepress/styles/_index.scss34
1 files changed, 33 insertions, 1 deletions
diff --git a/docs/.vuepress/styles/_index.scss b/docs/.vuepress/styles/_index.scss
index 157898e6..700c14e2 100644
--- a/docs/.vuepress/styles/_index.scss
+++ b/docs/.vuepress/styles/_index.scss
@@ -3,7 +3,39 @@
@import "src/assets/styles/bootstrap/helpers";
// Vendor styles
-@import "src/assets/styles/bootstrap/index";
+@import "~bootstrap/scss/root";
+@import "~bootstrap/scss/transitions";
+
+// Components
+@import "~bootstrap/scss/alert";
+@import "~bootstrap/scss/badge";
+@import "~bootstrap/scss/breadcrumb";
+@import "~bootstrap/scss/button-group";
+@import "~bootstrap/scss/buttons";
+@import "~bootstrap/scss/card";
+@import "~bootstrap/scss/close";
+@import "~bootstrap/scss/code";
+@import "~bootstrap/scss/custom-forms";
+@import "~bootstrap/scss/dropdown";
+@import "~bootstrap/scss/forms";
+@import "~bootstrap/scss/grid";
+@import "~bootstrap/scss/images";
+@import "~bootstrap/scss/input-group";
+@import "~bootstrap/scss/list-group";
+@import "~bootstrap/scss/media";
+@import "~bootstrap/scss/modal";
+@import "~bootstrap/scss/nav";
+@import "~bootstrap/scss/navbar";
+@import "~bootstrap/scss/pagination";
+@import "~bootstrap/scss/popover";
+@import "~bootstrap/scss/progress";
+@import "~bootstrap/scss/spinners";
+@import "~bootstrap/scss/tables";
+@import "~bootstrap/scss/toasts";
+@import "~bootstrap/scss/tooltip";
+
+// Utils
+@import "~bootstrap/scss/utilities";
@import "~bootstrap-vue/src/index";
// Custom BMC styles