summaryrefslogtreecommitdiff
path: root/spacelab/_variables.scss
AgeCommit message (Collapse)Author
2015-03-17update bootswatch to 3.3.4Thomas Park
2015-02-27fix tooltip opacity for ie8, closes #410Thomas Park
2015-01-22update bootswatch to 3.3.2Thomas Park
2014-11-15bump version number in less and sassThomas Park
2014-11-14Add support for SASS/SCSSCorey Sewell
Refactored less files to be more scss friendly * Ensured no variables are used before assignment * Removed interpolated variable usage with similar substitute Added SCSS Grunt tasks * convert_less - Converts theme less files to scss * swatch_scss - Same as original swatch task, but using sass * compress_scss - Same as original compress task, but using sass Added dependencies for SCSS Updated _config.yml so jekyll includes theme _bootswatch.scss and _variables.scss files Added .sass-cache dir to .gitignore