Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Commit ef0854d

Browse files
committed
Merge pull request #26 from jina/master
Switch SASS to Sass. :)
2 parents 64e66e7 + 85f3c6a commit ef0854d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Roots is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boil
1212

1313
## Features
1414

15-
* [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
15+
* [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
1616
* [Bower](http://bower.io/) for front-end package management
1717
* [HTML5 Boilerplate](http://html5boilerplate.com/)
1818
* 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
5858

5959
## Theme development
6060

61-
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.
61+
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.
6262

6363
If you'd like to use Bootstrap Less, look at the [Roots Less](https://github.com/roots/roots).
6464

@@ -75,7 +75,7 @@ When completed, you'll be able to run the various Grunt commands provided from t
7575

7676
### Available Grunt commands
7777

78-
* `grunt dev` — Compile SASS to CSS, concatenate and validate JS
78+
* `grunt dev` — Compile Sass to CSS, concatenate and validate JS
7979
* `grunt watch` — Compile assets when file changes are made
8080
* `grunt build` — Create minified assets that are used on non-development environments
8181

0 commit comments

Comments
 (0)