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 */
|
2022-04-10 00:56:50 +02:00
|
|
|
@import "./tools"
|
2022-04-03 01:20:54 +02:00
|
|
|
|
|
|
|
// Import only what you need from Bulma
|
2022-07-06 02:15:07 +02:00
|
|
|
@import "bulma-list/sass/bulma-list"
|
2022-04-03 01:20:54 +02:00
|
|
|
@import "bulma/sass/base/_all"
|
2022-07-06 02:15:07 +02:00
|
|
|
@import "bulma/sass/components/card"
|
2022-07-13 00:37:49 +02:00
|
|
|
@import "bulma/sass/components/modal"
|
2022-07-06 02:15:07 +02:00
|
|
|
@import "bulma/sass/components/navbar"
|
2022-07-14 06:03:55 +02:00
|
|
|
@import "bulma/sass/components/tabs"
|
2022-04-03 01:20:54 +02:00
|
|
|
@import "bulma/sass/elements/button"
|
|
|
|
@import "bulma/sass/elements/container"
|
|
|
|
@import "bulma/sass/elements/image"
|
2022-07-11 01:31:21 +02:00
|
|
|
@import "bulma/sass/elements/other"
|
2022-04-10 00:56:50 +02:00
|
|
|
@import "bulma/sass/elements/tag"
|
2022-07-06 02:15:07 +02:00
|
|
|
@import "bulma/sass/elements/title"
|
2022-04-03 01:20:54 +02:00
|
|
|
@import "bulma/sass/form/_all"
|
|
|
|
@import "bulma/sass/grid/columns"
|
2022-07-06 02:15:07 +02:00
|
|
|
@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"
|
2022-07-29 00:49:27 +02:00
|
|
|
@import "bulma/sass/helpers/other"
|
2022-07-06 02:15:07 +02:00
|
|
|
@import "bulma/sass/layout/section"
|
|
|
|
|
2022-07-22 00:48:31 +02:00
|
|
|
@import "movie-card"
|