diff options
Diffstat (limited to 'templates/assets/bootstrap/scss/bootstrap-reboot.scss')
| -rw-r--r-- | templates/assets/bootstrap/scss/bootstrap-reboot.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/assets/bootstrap/scss/bootstrap-reboot.scss b/templates/assets/bootstrap/scss/bootstrap-reboot.scss new file mode 100644 index 0000000..5867f08 --- /dev/null +++ b/templates/assets/bootstrap/scss/bootstrap-reboot.scss @@ -0,0 +1,9 @@ +// Bootstrap Reboot only +// +// Includes only Normalize and our custom Reboot reset. + +@import "custom"; +@import "variables"; +@import "mixins"; + +@import "reboot"; |
