2022-04-03 01:20:54 +02:00
|
|
|
/* The utilities that cannot be used after compiling
|
|
|
|
should be in tools.sass and not in app.sass */
|
|
|
|
@import "./tools.sass"
|
|
|
|
|
|
|
|
// Import only what you need from Bulma
|
2022-04-03 01:20:54 +02:00
|
|
|
@import "bulma/sass/base/_all"
|
|
|
|
@import "bulma/sass/helpers/color"
|
|
|
|
@import "bulma/sass/helpers/typography"
|
|
|
|
@import "bulma/sass/helpers/spacing"
|
|
|
|
@import "bulma/sass/elements/button"
|
|
|
|
@import "bulma/sass/elements/container"
|
|
|
|
@import "bulma/sass/elements/title"
|
|
|
|
@import "bulma/sass/elements/image"
|
|
|
|
@import "bulma/sass/form/_all"
|
|
|
|
@import "bulma/sass/components/navbar"
|
|
|
|
@import "bulma/sass/layout/section"
|
|
|
|
@import "bulma/sass/grid/columns"
|
|
|
|
@import "bulma-list/sass/bulma-list"
|