]> git.ipfire.org Git - ipfire.org.git/blob - src/error-pages/assets/main.sass
error-pages: No longer embed the CSS
[ipfire.org.git] / src / error-pages / assets / main.sass
1 ---
2 ---
3
4 @charset "utf-8"
5
6 $baseurl: "/.errors/assets"
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"
22 @import "../third-party/bulma/sass/elements/other.sass"
23
24 // Helpers
25 @import "../third-party/bulma/sass/helpers/color.sass"
26 @import "../third-party/bulma/sass/helpers/typography.sass"
27
28 // Components
29 //@import "../third-party/bulma/sass/components/navbar.sass"
30
31 // Layout
32 @import "../third-party/bulma/sass/layout/hero.sass"
33
34 // Import fonts
35 @import "../sass/_fonts"