This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/styles/variables/_index.scss

12 lines
395 B
SCSS
Raw Normal View History

@import "colors";
@import "shadows";
@import "variables";
// the default values get overwritten by the definitions above
2021-10-18 12:17:34 +00:00
@import "bulma/sass/utilities/_all";
// this is needed so that the shared form variables are globally defined aswell
@import "bulma/sass/form/shared";
// since $tablet is defined by bulma we can just define it after importing the utilities
$mobile: math.div($tablet, 2);