summaryrefslogtreecommitdiff
path: root/global
AgeCommit message (Collapse)Author
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
2014-03-27streamline build process, rebuild themesThomas Park
2013-11-29remove unused build-responsive.lessThomas Park
2013-08-06first commit for 3.0.0-rc1Thomas Park
2013-08-06moves v2.3.2 to /2/Thomas Park
2013-07-29update global less files to point to bower_componentsThomas Park
2013-02-26Gruntfile.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-25Added package.json (for npm) and component.json (for bower).Francesco Pontillo
Building with global variables is successful. TravisCI should build correctly.