From 85f3c6a1168d82e1c98833b3914b4bae985f5522 Mon Sep 17 00:00:00 2001 From: Jina Bolton Date: Wed, 17 Dec 2014 15:34:51 -0800 Subject: [PATCH] Switch SASS to Sass. :) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 130d697..67c235e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Roots is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boil ## Features -* [Grunt](http://roots.io/using-grunt-for-wordpress-theme-development/) for compiling SASS to CSS, checking for JS errors, live reloading, concatenating and minifying files, versioning assets, and generating lean Modernizr builds +* [Grunt](http://roots.io/using-grunt-for-wordpress-theme-development/) for compiling Sass to CSS, checking for JS errors, live reloading, concatenating and minifying files, versioning assets, and generating lean Modernizr builds * [Bower](http://bower.io/) for front-end package management * [HTML5 Boilerplate](http://html5boilerplate.com/) * The latest [jQuery](http://jquery.com/) via Google CDN, with a local fallback @@ -58,7 +58,7 @@ Edit `lib/init.php` to setup navigation menus, post thumbnail sizes, post format ## Theme development -Roots uses [Grunt](http://gruntjs.com/) for compiling SASS to CSS, checking for JS errors, live reloading, concatenating and minifying files, versioning assets, and generating lean Modernizr builds. +Roots uses [Grunt](http://gruntjs.com/) for compiling Sass 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 Less, look at the [Roots Less](https://github.com/roots/roots). @@ -75,7 +75,7 @@ When completed, you'll be able to run the various Grunt commands provided from t ### Available Grunt commands -* `grunt dev` — Compile SASS to CSS, concatenate and validate JS +* `grunt dev` — Compile Sass to CSS, concatenate and validate JS * `grunt watch` — Compile assets when file changes are made * `grunt build` — Create minified assets that are used on non-development environments