aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-whisper-theme/assets/scss/bootstrap/bootstrap-grid.scss
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-whisper-theme/assets/scss/bootstrap/bootstrap-grid.scss')
-rwxr-xr-xthemes/hugo-whisper-theme/assets/scss/bootstrap/bootstrap-grid.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/themes/hugo-whisper-theme/assets/scss/bootstrap/bootstrap-grid.scss b/themes/hugo-whisper-theme/assets/scss/bootstrap/bootstrap-grid.scss
new file mode 100755
index 0000000..d5f92a1
--- /dev/null
+++ b/themes/hugo-whisper-theme/assets/scss/bootstrap/bootstrap-grid.scss
@@ -0,0 +1,29 @@
+/*!
+ * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
+ * Copyright 2011-2019 The Bootstrap Authors
+ * Copyright 2011-2019 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+
+html {
+ box-sizing: border-box;
+ -ms-overflow-style: scrollbar;
+}
+
+*,
+*::before,
+*::after {
+ box-sizing: inherit;
+}
+
+@import "functions";
+@import "variables";
+
+@import "mixins/breakpoints";
+@import "mixins/grid-framework";
+@import "mixins/grid";
+
+@import "grid";
+@import "utilities/display";
+@import "utilities/flex";
+@import "utilities/spacing";