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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/base/_helpers.scss')
-rw-r--r--assets/sass/base/_helpers.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/sass/base/_helpers.scss b/assets/sass/base/_helpers.scss
index 222e803..808f377 100644
--- a/assets/sass/base/_helpers.scss
+++ b/assets/sass/base/_helpers.scss
@@ -14,4 +14,8 @@
.grow {
@include flex-grow(1);
+}
+
+.flexbox {
+ @include flexbox();
} \ No newline at end of file