mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
42 lines
969 B
Sass
42 lines
969 B
Sass
|
@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
|
||
|
|
||
|
// Restructured text and Sphinx
|
||
|
@import wyrm_addons/rst/rst
|
||
|
@import wyrm_addons/rst/pygments
|
||
|
@import wyrm_addons/rst/pygments_dark
|
||
|
@import wyrm_addons/rst/pygments_light
|
||
|
|
||
|
// Theme specific files
|
||
|
@import nav
|
||
|
@import breadcrumbs
|