mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
b99bad47b5
- rebase sass files to ./sass - Place all theme files in ./sphinx_rtd_theme - Grunt now uses `default` and `build` tasks - `build` will minify css for committing / dist - Added Gemfile and requirements.txt for python/ruby requirements - Cleaned up Gruntfile, copying no longer needed. - moved compass config to compass.rb Squashed commits: - Move out sphinx_rtd_theme to root folder - Manifest unneeded - Move out sass to root dir - Remove dist from git - Reconfigure paths - Add requirements for sphinx - Add gemfile for compass - Udpate components path - Move to static/css - Add line for rbenv - Require livereload, don't need copy - Comment static path, update theme path for demo conf.py - Add css files - Correct name of .ruby-version... - Update path to theme.css - Remove unprefixed badge_only.css - Update location of theme.js - Update paths in Gruntfile, tasks - re-add __init__.py, bump version - Update setup.py to pick up version easily - Move config.rb to compass.rb - Correct compass import paths - Add debug / production environment - Commit with production built css - Add theme.conf, get requires from requirements.txt - rename tasks, use sphinx-build, add comments - Fix font path - Update css files
52 lines
1.4 KiB
Sass
52 lines
1.4 KiB
Sass
// ------------------------------------------------------------
|
|
// 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
|
|
@import wyrm_addons/rst/pygments
|
|
@import wyrm_addons/rst/pygments_light
|
|
|
|
// Theme specific styles
|
|
@import theme_breadcrumbs
|
|
@import theme_layout
|
|
@import theme_badge
|
|
@import theme_rst
|