summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/wyrm/sass/_wyrm_core.sass
diff options
context:
space:
mode:
Diffstat (limited to 'debian/missing-sources/wyrm/sass/_wyrm_core.sass')
-rw-r--r--debian/missing-sources/wyrm/sass/_wyrm_core.sass39
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/missing-sources/wyrm/sass/_wyrm_core.sass b/debian/missing-sources/wyrm/sass/_wyrm_core.sass
new file mode 100644
index 0000000..fea1105
--- /dev/null
+++ b/debian/missing-sources/wyrm/sass/_wyrm_core.sass
@@ -0,0 +1,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