summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/wyrm/sass/_wyrm_core.sass
blob: fea110512c1f635c9a44e7b6f9822b5647942a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// ------------------------------------------------------------
// WYRM CORE ONLY
// ------------------------------------------------------------
// Slimmed down Wyrm that doesn't need anything fancy.
// ------------------------------------------------------------

// Variable defaults set by Wyrm
@import wyrm_core/wy_variables

// bourbon.io framework
@import bourbon

// Bourbon.io/neat framework, with some default media queries
@import wyrm_core/grid_settings
@import neat
// Add omega-type mixin, which is better for JS libraries like ember
// that add a bunch of extra elements in the dom.
@import wyrm_core/neat_extra

// Custom reset
@import wyrm_core/reset

// Wyrm mixins
@import wyrm_core/mixin

// Font awesome and overwrites.
@import font-awesome
@import wyrm_core/font_icon_defaults

// Wyrm core styles used in this theme
@import wyrm_core/alert
@import wyrm_core/button
@import wyrm_core/dropdown
@import wyrm_core/form
@import wyrm_core/generic
@import wyrm_core/table
@import wyrm_core/type
@import wyrm_core/video
@import wyrm_core/spinner