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/global.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

19 lines
595 B
SCSS

@import "fonts";
@import "transitions";
// 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-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 "variables/colors";
@import "theme";
@import "components";