deps.rs/assets/styles/main.sass
Paolo Barbolini 3f74371333
Upgrade bulma to 0.9.2 and reduce imported styles (#102)
* Upgrade bulma to 0.7.5

* Upgrade bulma to 0.8.2

* Upgrade bulma to 0.9.2

* Reduce features

* Remove ';' from sass
2021-02-15 08:50:28 +01:00

38 lines
910 B
Sass

@charset "utf-8"
@import "./fa.sass"
@import "bulma/utilities/initial-variables"
@import "bulma/utilities/functions"
// make view narrower
$widescreen: $desktop
$fullhd: $desktop
// custom fonts
$family-sans-serif: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
$family-monospace: "Source Serif Pro", monospace
@import "bulma/utilities/_all"
@import "bulma/helpers/color"
@import "bulma/helpers/typography"
@import "bulma/helpers/visibility"
@import "bulma/base/minireset"
@import "bulma/base/generic"
@import "bulma/elements/box"
@import "bulma/elements/container"
@import "bulma/elements/content"
@import "bulma/elements/notification"
@import "bulma/elements/table"
@import "bulma/elements/tag"
@import "bulma/elements/title"
@import "bulma/components/level"
@import "bulma/components/message"
@import "bulma/components/navbar"
@import "bulma/grid/columns"
@import "bulma/layout/_all"