1
0

fix: import bulma utilities global (#738)

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/738
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
dpschen
2021-09-21 16:35:46 +00:00
committed by konrad
parent 7fbd9c6ab0
commit 3ac25c9f08
2 changed files with 13 additions and 11 deletions

View File

@ -1,5 +1,6 @@
@import "../../../node_modules/bulma/sass/utilities/_all";
@import 'colors';
@import 'shadows';
@import 'variables';
@import 'variables';
// the default values get overwritten by the definitions above
@import "bulma/sass/utilities/_all";