From 996ae63402b4aa6304fc9dd0db5482688e46301f Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sat, 21 May 2022 16:53:58 +0200 Subject: [PATCH] feat: remove bulma styles --- src/styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.scss b/src/styles/global.scss index bd187fe5a..9ed2bbad0 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -76,7 +76,7 @@ // imports from "bulma-css-variables/sass/layout/_all"; // @import "bulma-css-variables/sass/layout/hero"; // not used // @import "bulma-css-variables/sass/layout/section"; // not used -@import "bulma-css-variables/sass/layout/footer"; +// @import "bulma-css-variables/sass/layout/footer"; // not used // ################# // END BULMA IMPORTS