sol2/sass/theme.sass

55 lines
1.5 KiB
Sass
Raw Normal View History

2013-11-04 05:37:56 +08:00
// ------------------------------------------------------------
// CONTRIBUTORS, PLEASE READ THIS!
// ------------------------------------------------------------
// This theme pulls from other frontend projects. The only
// things you should edit are the sass files that start with
// "theme_*.sass". All other files are loaded through bower.
// ------------------------------------------------------------
// Variable defaults set by Wyrm
@import wyrm_core/wy_variables
2013-11-06 03:43:17 +08:00
// Variable overrides that change coloring and fonts for this theme.
2013-11-04 05:37:56 +08:00
@import theme_variables
// bourbon.io framework
@import bourbon
// Bourbon.io/neat framework, with some default media queries
@import wyrm_core/grid_settings
@import neat
// Some corrections for neat
@import wyrm_core/neat_extra
2013-11-04 05:37:56 +08:00
// Custom reset
@import wyrm_core/reset
// Wyrm mixins
@import wyrm_core/mixin
2014-02-01 00:58:37 +08:00
// Font Awesome 4.0 with wyrm extras
@import font-awesome
@import wyrm_core/font_awesome_extra
2014-02-01 00:58:37 +08:00
// Wyrm core styles used in this theme
2013-11-04 05:37:56 +08:00
@import wyrm_core/alert
@import wyrm_core/button
@import wyrm_core/dropdown
@import wyrm_core/form
@import wyrm_core/generic
@import wyrm_core/grid_layout
@import wyrm_core/table
@import wyrm_core/type
// Pygments styling
2013-11-05 01:32:35 +08:00
@import wyrm_addons/pygments/pygments
@import wyrm_addons/pygments/pygments_light
2013-11-04 05:37:56 +08:00
2013-11-06 03:43:17 +08:00
// Theme specific styles. These are likely the files you want to edit.
2013-11-04 05:37:56 +08:00
@import theme_breadcrumbs
2013-11-04 06:11:18 +08:00
@import theme_layout
2013-11-04 05:37:56 +08:00
@import theme_badge
@import theme_rst
2013-11-05 15:04:16 +08:00
@import theme_mathjax
@import theme_font_awesome_compatability