]> git.ipfire.org Git - ipfire.org.git/blame - src/error-pages/assets/main.sass
error-pages: No longer embed the CSS
[ipfire.org.git] / src / error-pages / assets / main.sass
CommitLineData
f09c2340
MT
1---
2---
3
751afafe
MT
4@charset "utf-8"
5
f09c2340 6$baseurl: "/.errors/assets"
751afafe
MT
7
8// Import variables
9@import "../sass/_variables.sass"
10
11// Import only the Bulma stuff that we actually need
12@import "../third-party/bulma/sass/utilities/_all.sass"
13
14// The basic stuff
15@import "../third-party/bulma/sass/base/minireset.sass"
16@import "../third-party/bulma/sass/base/generic.sass"
17
18// Elements
19@import "../third-party/bulma/sass/elements/container.sass"
20@import "../third-party/bulma/sass/elements/content.sass"
21@import "../third-party/bulma/sass/elements/title.sass"
a81ffbed 22@import "../third-party/bulma/sass/elements/other.sass"
751afafe
MT
23
24// Helpers
25@import "../third-party/bulma/sass/helpers/color.sass"
26@import "../third-party/bulma/sass/helpers/typography.sass"
27
28// Components
f09c2340 29//@import "../third-party/bulma/sass/components/navbar.sass"
751afafe
MT
30
31// Layout
32@import "../third-party/bulma/sass/layout/hero.sass"
33
34// Import fonts
35@import "../sass/_fonts"