summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-06-25 05:17:38 +0300
committerDerick Montague <derick.montague@ibm.com>2020-06-26 00:31:44 +0300
commitf2cec7529040013ae50bc7768463aac280df491f (patch)
treebd116942e668539b2655f1029bc85558bc995d3e /docs
parent0b8cffd610283aff02c179eb76b9e85a2acd01f8 (diff)
downloadwebui-vue-f2cec7529040013ae50bc7768463aac280df491f.tar.xz
Fix documentation rendering bug
Component documentation was not rendering the components correctly because the rulesets created to override Bootstrap default styles were not being imported. - Import bootstrap and bootstrap-vue overrides - Add Bootstrap reboot styles to fix icon button alignment Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I68665e60935bd9c3aeb6c14a932648805744c53f
Diffstat (limited to 'docs')
-rw-r--r--docs/.vuepress/styles/_bmc-overrides.scss2
-rw-r--r--docs/.vuepress/styles/_bootstrap.scss1
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/.vuepress/styles/_bmc-overrides.scss b/docs/.vuepress/styles/_bmc-overrides.scss
index e69de29b..c8edbdf7 100644
--- a/docs/.vuepress/styles/_bmc-overrides.scss
+++ b/docs/.vuepress/styles/_bmc-overrides.scss
@@ -0,0 +1,2 @@
+@import "src/assets/styles/vendor-overrides/bootstrap/index";
+@import "src/assets/styles/vendor-overrides/bootstrap-vue/index"; \ No newline at end of file
diff --git a/docs/.vuepress/styles/_bootstrap.scss b/docs/.vuepress/styles/_bootstrap.scss
index 31a5f34d..aece8f75 100644
--- a/docs/.vuepress/styles/_bootstrap.scss
+++ b/docs/.vuepress/styles/_bootstrap.scss
@@ -4,6 +4,7 @@
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins";
@import "~bootstrap/scss/root";
+@import "~bootstrap/scss/reboot";
@import "~bootstrap/scss/alert";
@import "~bootstrap/scss/badge";
@import "~bootstrap/scss/breadcrumb";