Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sass/vendor/bootstrap/scss/bootstrap-reboot.scss')
-rwxr-xr-xsass/vendor/bootstrap/scss/bootstrap-reboot.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/sass/vendor/bootstrap/scss/bootstrap-reboot.scss b/sass/vendor/bootstrap/scss/bootstrap-reboot.scss
new file mode 100755
index 0000000..978b086
--- /dev/null
+++ b/sass/vendor/bootstrap/scss/bootstrap-reboot.scss
@@ -0,0 +1,10 @@
+// Bootstrap Reboot only
+//
+// Includes only Normalize and our custom Reboot reset.
+
+@import "variables";
+@import "mixins";
+@import "custom";
+
+@import "normalize";
+@import "reboot";