Use Bootstrap Sass by default
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
[](https://travis-ci.org/roots/sage)
|
||||
[](https://david-dm.org/roots/sage#info=devDependencies)
|
||||
|
||||
Sage is a WordPress starter theme based on HTML5 Boilerplate, gulp, Bower, and Bootstrap, that will help you make better themes.
|
||||
Sage is a WordPress starter theme based on HTML5 Boilerplate, gulp, Bower, and Bootstrap Sass, that will help you make better themes.
|
||||
|
||||
* Source: [https://github.com/roots/sage](https://github.com/roots/sage)
|
||||
* Homepage: [https://roots.io/sage/](https://roots.io/sage/)
|
||||
@@ -24,11 +24,11 @@ For more installation notes, refer to the [Install gulp and Bower](#install-gulp
|
||||
|
||||
## Features
|
||||
|
||||
* [gulp](http://gulpjs.com/) build script that compiles both Less and Sass, checks for JavaScript errors, optimizes images, and concatenates and minifies files
|
||||
* [gulp](http://gulpjs.com/) build script that compiles both Sass and Less, checks for JavaScript errors, optimizes images, and concatenates and minifies files
|
||||
* [BrowserSync](http://www.browsersync.io/) for keeping multiple browsers and devices synchronized while testing, along with injecting updated CSS and JS into your browser while you're developing
|
||||
* [Bower](http://bower.io/) for front-end package management
|
||||
* [asset-builder](https://github.com/austinpray/asset-builder) for the JSON file based asset pipeline
|
||||
* [Bootstrap](http://getbootstrap.com/)
|
||||
* [Sass](https://github.com/twbs/bootstrap-sass) [Bootstrap](http://getbootstrap.com/)
|
||||
* [Theme wrapper](https://roots.io/sage/docs/theme-wrapper/)
|
||||
* ARIA roles and microformats
|
||||
* Cleaner HTML output of navigation menus
|
||||
|
||||
Reference in New Issue
Block a user