From a06d4d245037a4f743257430d7d3ee92ef944458 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 29 Jun 2014 23:59:58 -0500 Subject: [PATCH] Add note about roots-sass --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f915a9..71306db 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Roots is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boil * The latest [jQuery](http://jquery.com/) via Google CDN, with a local fallback * The latest [Modernizr](http://modernizr.com/) build for feature detection, with lean builds with Grunt * An optimized Google Analytics snippet -* Bootstrap +* [Bootstrap](http://getbootstrap.com/) * Organized file and template structure * ARIA roles and microformats * [Theme activation](http://roots.io/roots-101/#theme-activation) @@ -61,6 +61,8 @@ Edit `lib/init.php` to setup navigation menus, post thumbnail sizes, post format Roots uses [Grunt](http://gruntjs.com/) for compiling LESS to CSS, checking for JS errors, live reloading, concatenating and minifying files, versioning assets, and generating lean Modernizr builds. +If you'd like to use Bootstrap Sass, look at the [Roots Sass](https://github.com/roots/roots-sass) fork. + ### Install Grunt **Unfamiliar with npm? Don't have node installed?** [Download and install node.js](http://nodejs.org/download/) before proceeding.