sol2/sphinx_rtd_theme/sass/theme.sass

57 lines
1.3 KiB
Sass
Raw Normal View History

2013-10-18 03:56:14 +08:00
@import wyrm_core/wy_variables
// bourbon framework installed from bower
@import bourbon
// Bourbon neat installed from bower, edit grid settings for media queries
@import wyrm_core/grid_settings
@import neat
// Custom reset
@import wyrm_core/reset
// Some compass libs on top of Bourbon
@import compass/typography/vertical_rhythm
@import compass/typography/text/ellipsis
// Basic defaults and mixins
@import wyrm_core/mixin
@import wyrm_core/font_awesome
// Wyrm core styles
@import wyrm_core/alert
@import wyrm_core/autocomplete
@import wyrm_core/button
@import wyrm_core/dropdown
@import wyrm_core/form
@import wyrm_core/generic
@import wyrm_core/grid_layout
@import wyrm_core/spinner
@import wyrm_core/table
@import wyrm_core/type
2013-10-22 06:52:35 +08:00
// Cms
// @import wyrm_addons/cms/dashboard
// @import wyrm_addons/cms/layout
// @import wyrm_addons/cms/list_like_table
// @import wyrm_addons/cms/plugin_store
// Elements
@import wyrm_addons/elements/modal
@import wyrm_addons/elements/stars
@import wyrm_addons/elements/tooltip
// Redactor
@import wyrm_addons/redactor/figures
@import wyrm_addons/redactor/redactor
2013-10-18 03:56:14 +08:00
// Restructured text and Sphinx
@import wyrm_addons/rst/rst
@import wyrm_addons/rst/pygments
2013-10-18 04:41:22 +08:00
// @import wyrm_addons/rst/pygments_dark
2013-10-18 03:56:14 +08:00
@import wyrm_addons/rst/pygments_light
2013-10-22 06:52:35 +08:00
// Theme specific styles
2013-10-18 03:56:14 +08:00
@import breadcrumbs
2013-10-22 06:52:35 +08:00
@import nav