2021-10-18 14:17:34 +02:00
|
|
|
@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
|
2021-11-22 22:12:54 +01:00
|
|
|
@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";
|
2021-10-18 14:17:34 +02:00
|
|
|
|
|
|
|
@import "theme";
|
2021-11-22 22:12:54 +01:00
|
|
|
@import "components";
|
|
|
|
|
|
|
|
@import "custom-properties";
|