From 23ce7789836f7320210241cae45a8c1c5993fd76 Mon Sep 17 00:00:00 2001 From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com> Date: Thu, 22 Jul 2021 14:44:06 +0200 Subject: [PATCH] feat: import bulma --- src/styles/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 79b3daad..8740006a 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1,3 +1,6 @@ @import 'config/breakpoints'; @import 'config/colors'; @import 'config/typography'; + +// To customize bulma variables, we set them before importing bulma +@import 'bulma/bulma.sass'; -- GitLab