From 539f616493e40be4923d6e35ceb0c15fb5b8d0a8 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 18:27:45 -0400 Subject: add style.css --- themes/hugo-pt2021/assets/style.sass | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 themes/hugo-pt2021/assets/style.sass (limited to 'themes/hugo-pt2021/assets/style.sass') diff --git a/themes/hugo-pt2021/assets/style.sass b/themes/hugo-pt2021/assets/style.sass new file mode 100644 index 0000000..1d8d70f --- /dev/null +++ b/themes/hugo-pt2021/assets/style.sass @@ -0,0 +1,9 @@ +@charset "utf-8" +@import "bulma-0.9.3/sass/utilities/_all" +@import "bulma-0.9.3/sass/base/_all" +@import "bulma-0.9.3/sass/elements/_all" +// @import "bulma-0.9.3/sass/form/_all" +@import "bulma-0.9.3/sass/components/_all" +// @import "bulma-0.9.3/sass/grid/_all" +@import "bulma-0.9.3/sass/helpers/_all" +@import "bulma-0.9.3/sass/layout/_all" -- cgit v1.2.3