mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 10:26:30 +00:00
3f74371333
* Upgrade bulma to 0.7.5 * Upgrade bulma to 0.8.2 * Upgrade bulma to 0.9.2 * Reduce features * Remove ';' from sass
38 lines
910 B
Sass
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"
|