summaryrefslogtreecommitdiff
path: root/readable/_bootswatch.scss
AgeCommit message (Collapse)Author
2016-07-30update to v3.3.7Thomas Park
2016-07-16fix version number in bootswatch less and scss files, #582Thomas Park
2015-11-24update bootswatch to 3.3.6Thomas Park
2015-10-06include the CSS and SASS fixesBrahn Partridge
2015-09-24Fix google font import issue with scssCorey Sewell
2015-09-03set web font path as variable that can be overridden, closes #507Thomas Park
2015-06-16update bootswatch to 3.3.5Thomas Park
2015-04-21change protocol relative urls to httpsThomas Park
2015-04-11readable: fix navbar padding for ie8, closes #436Thomas Park
2015-03-17update bootswatch to 3.3.4Thomas Park
2015-02-20prepare themes for strictMathThomas Park
2015-02-05readable: fix navbar active styleThomas Park
2015-01-29readable: fix panel border, uses class color now, closes #397Thomas Park
2015-01-22update bootswatch to 3.3.2Thomas Park
2015-01-22navbar-brand padding more flexible, closes #388Thomas 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