Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-14 | Rebuild each _variable.scss with grunt | Jay Williams | |
2015-04-29 | darkly: darken dropdown bg, change active component bg | Thomas Park | |
2015-04-14 | darkly, flatly: fix input heights, closes #438 | Thomas Park | |
2015-03-17 | update bootswatch to 3.3.4 | Thomas Park | |
2015-02-27 | fix tooltip opacity for ie8, closes #410 | Thomas Park | |
2015-01-22 | update bootswatch to 3.3.2 | Thomas Park | |
2014-12-08 | darkly: lighten table-bg-accent, fixes #373 | Thomas Park | |
2014-12-06 | fix double semicolon typos | Uladzislau Shcharbin | |
2014-11-15 | bump version number in less and sass | Thomas Park | |
2014-11-14 | Add support for SASS/SCSS | Corey 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 |