frontend/src/styles/variables/_index.scss

11 lines
405 B
SCSS

@import "shadows";
@import "variables";
// the default values get overwritten by the definitions above
@import "bulma-css-variables/sass/utilities/_all";
// this is needed so that the shared form variables are globally defined aswell
@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);