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-11 11:22:59 +0300
committerGitHub <noreply@github.com>2021-01-11 11:22:59 +0300
commitf7cf46018746aaa02abe324a040be111945e4d33 (patch)
treea1fcf8c9f4a1941e2ea6e63d105a0ed594c8ba1a /assets
parent7f14bc6ce64699717fb85c44e66e5e01ce10540a (diff)
feat: Support external images (#271)
Diffstat (limited to 'assets')
-rw-r--r--assets/theme/scss/bulma.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/theme/scss/bulma.scss b/assets/theme/scss/bulma.scss
index 23d83bec..b87bd0bb 100644
--- a/assets/theme/scss/bulma.scss
+++ b/assets/theme/scss/bulma.scss
@@ -4,6 +4,8 @@
@import "../../mod/bulma/base/_all.sass";
@import "../../mod/bulma/helpers/float.sass";
@import "../../mod/bulma/helpers/color.sass";
+@import "../../mod/bulma/helpers/typography.sass";
+@import "../../mod/bulma/helpers/spacing.sass";
$tablet: 760px;
$dimensions: 16 24 32 48 64 96 128 180 256;