diff --git a/src/styles/global.scss b/src/styles/global.scss index 1aa66c090..8c5174bc7 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -5,13 +5,13 @@ // This imports are the same as in "bulma/bulma.sass" // with the expeption of the bulma utilities. // They are imported globally in variables.scss -@import "bulma/sass/base/_all"; -@import "bulma/sass/elements/_all"; -@import "bulma/sass/form/_all"; -@import "bulma/sass/components/_all"; -@import "bulma/sass/grid/_all"; -@import "bulma/sass/helpers/_all"; -@import "bulma/sass/layout/_all"; +@import "bulma-css-variables/sass/base/_all"; +@import "bulma-css-variables/sass/elements/_all"; +@import "bulma-css-variables/sass/form/_all"; +@import "bulma-css-variables/sass/components/_all"; +@import "bulma-css-variables/sass/grid/_all"; +@import "bulma-css-variables/sass/helpers/_all"; +@import "bulma-css-variables/sass/layout/_all"; @import "theme"; @import "components"; \ No newline at end of file diff --git a/src/styles/variables/_index.scss b/src/styles/variables/_index.scss index bef2ad0cb..5646a2849 100644 --- a/src/styles/variables/_index.scss +++ b/src/styles/variables/_index.scss @@ -3,10 +3,10 @@ @import "variables"; // the default values get overwritten by the definitions above -@import "bulma/sass/utilities/_all"; +@import "bulma-css-variables/sass/utilities/_all"; // this is needed so that the shared form variables are globally defined aswell -@import "bulma/sass/form/shared"; +@import "bulma-css-variables/sass/form/shared"; // since $tablet is defined by bulma we can just define it after importing the utilities $mobile: math.div($tablet, 2); \ No newline at end of file