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
Adrian Simmons 0e93ddf4b5
All checks were successful
continuous-integration/drone/pr Build is passing
Move colors.scss include into global.scss
2021-11-08 21:46:18 +00:00

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);