From 8a1de982ba31d4ca63f162a1dff3e0a4bf02c849 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 13 Jan 2021 20:26:45 +0900 Subject: feat: Put lang and edit buttons into hero-foot (#272) --- assets/theme/scss/bulma.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'assets') 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"; -- cgit v1.2.3