26 lines
889 B
Sass
26 lines
889 B
Sass
/* The utilities that cannot be used after compiling
|
|
should be in tools.sass and not in app.sass */
|
|
@import "./tools"
|
|
|
|
// Import only what you need from Bulma
|
|
@import "bulma-list/sass/bulma-list"
|
|
@import "bulma/sass/base/_all"
|
|
@import "bulma/sass/components/card"
|
|
@import "bulma/sass/components/modal"
|
|
@import "bulma/sass/components/navbar"
|
|
@import "bulma/sass/components/tabs"
|
|
@import "bulma/sass/elements/button"
|
|
@import "bulma/sass/elements/container"
|
|
@import "bulma/sass/elements/image"
|
|
@import "bulma/sass/elements/other"
|
|
@import "bulma/sass/elements/tag"
|
|
@import "bulma/sass/elements/title"
|
|
@import "bulma/sass/form/_all"
|
|
@import "bulma/sass/grid/columns"
|
|
@import "bulma/sass/helpers/color"
|
|
@import "bulma/sass/helpers/flexbox"
|
|
@import "bulma/sass/helpers/spacing"
|
|
@import "bulma/sass/helpers/typography"
|
|
@import "bulma/sass/helpers/visibility"
|
|
@import "bulma/sass/layout/section"
|
|
|