From a88f752908a6188f72274550e0cfe1418cb27f63 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Wed, 8 Jul 2020 15:37:22 -0700 Subject: 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 Change-Id: I1a9f68bdf90edae0d1e38f36ac670bf6426ec8a5 --- src/assets/styles/bmc/custom/_index.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/assets/styles/bmc/custom/_index.scss (limited to 'src/assets/styles/bmc/custom/_index.scss') diff --git a/src/assets/styles/bmc/custom/_index.scss b/src/assets/styles/bmc/custom/_index.scss new file mode 100644 index 00000000..0c393c57 --- /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 -- cgit v1.2.3