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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2021-01-13 14:26:45 +0300
committerGitHub <noreply@github.com>2021-01-13 14:26:45 +0300
commit8a1de982ba31d4ca63f162a1dff3e0a4bf02c849 (patch)
tree6491ee5583789b3628a4221fb9a95bf9798d9c54 /assets
parent7c55301cad8e36d8db31164f62b4c730fb164c8b (diff)
feat: Put lang and edit buttons into hero-foot (#272)
Diffstat (limited to 'assets')
-rw-r--r--assets/theme/scss/bulma.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/theme/scss/bulma.scss b/assets/theme/scss/bulma.scss
index b87bd0bb..945b6d30 100644
--- a/assets/theme/scss/bulma.scss
+++ b/assets/theme/scss/bulma.scss
@@ -2,6 +2,10 @@
@import "../../mod/bulma/utilities/_all.sass";
@import "../../mod/bulma/base/_all.sass";
+
+// ====================
+// helpers
+// ====================
@import "../../mod/bulma/helpers/float.sass";
@import "../../mod/bulma/helpers/color.sass";
@import "../../mod/bulma/helpers/typography.sass";