19 lines
663 B
Sass
19 lines
663 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/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/elements/tag"
|
|
@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"
|