17 lines
577 B
Sass
17 lines
577 B
Sass
|
// ------------------------------------------------------------
|
||
|
// CONTRIBUTORS, PLEASE READ THIS!
|
||
|
// ------------------------------------------------------------
|
||
|
// This generates the RTD sticky badge for non RTD themes. As
|
||
|
// always, only files labeled "theme_*.sass should be edited".
|
||
|
// ------------------------------------------------------------
|
||
|
$border-box-sizing: false !default
|
||
|
|
||
|
@import wyrm_core/wy_variables
|
||
|
@import "theme_variables"
|
||
|
@import bourbon
|
||
|
@import neat
|
||
|
@import wyrm_core/mixin
|
||
|
@import wyrm_core/grid_settings
|
||
|
@import "theme_badge_fa"
|
||
|
@import "theme_badge"
|