summaryrefslogtreecommitdiff
path: root/flatly/_bootswatch.scss
AgeCommit message (Collapse)Author
2015-06-20more complete form states, closes #479Thomas Park
2015-06-16update bootswatch to 3.3.5Thomas Park
2015-04-21change protocol relative urls to httpsThomas Park
2015-04-14darkly, flatly: fix input heights, closes #438Thomas Park
2015-03-17update bootswatch to 3.3.4Thomas Park
2015-01-26darkly, flatly: don't apply table link style to dropdown-menuThomas 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