sol2/sass/theme.sass

52 lines
1.4 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
// Variable overrides that change coloring and fonts for your theme.
@import theme_variables
// bourbon.io framework
@import bourbon
// Bourbon.io/neat framework, with some default media queries
@import wyrm_core/grid_settings
@import neat
// Custom reset
@import wyrm_core/reset
// Some compass libs that bourbon doesn't have
@import compass/typography/vertical_rhythm
@import compass/typography/text/ellipsis
// Wyrm mixins
@import wyrm_core/mixin
// Wyrm core styles used in this theme
@import wyrm_core/font_awesome
@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
// Theme specific styles
@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