Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-03-27 | streamline build process, rebuild themes | Thomas Park | |
2013-11-29 | remove unused build-responsive.less | Thomas Park | |
2013-08-06 | first commit for 3.0.0-rc1 | Thomas Park | |
2013-08-06 | moves v2.3.2 to /2/ | Thomas Park | |
2013-07-29 | update global less files to point to bower_components | Thomas Park | |
2013-02-26 | Gruntfile.js now considers all of the themes on "grunt build". | Francesco Pontillo | |
package.json with a standard version number (from bootstrap). Removed backup .less files. | |||
2013-02-25 | Added package.json (for npm) and component.json (for bower). | Francesco Pontillo | |
Building with global variables is successful. TravisCI should build correctly. |