From 1e0014a09399d7eef7df4ae2146e54512007e02f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 23 Oct 2017 10:01:47 +0200 Subject: UI: add bootstrap generation - SASS rules --- scss/custom.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scss/custom.scss (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss new file mode 100644 index 000000000..327219c6c --- /dev/null +++ b/scss/custom.scss @@ -0,0 +1,13 @@ +// Custom.scss + +// required +@import "bootstrap-src/scss/functions"; +@import "bootstrap-src/scss/variables"; +@import "bootstrap-src/scss/mixins"; + +// optional +@import "bootstrap-src/scss/reboot"; +@import "bootstrap-src/scss/type"; +@import "bootstrap-src/scss/images"; +@import "bootstrap-src/scss/code"; +@import "bootstrap-src/scss/grid"; -- cgit v1.2.3