Skip to content

Commit 698c758

Browse files
committed
Merge pull request #154 from silvenon/patch-1
Sass, not SASS
2 parents 3e07dc3 + f54c5a0 commit 698c758

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
@@ -222,12 +222,12 @@ If the `less` Node module is available to your application, you can use LESS
222222
to write CSS assets in Mincer. Use the extension `.css.less`.
223223

224224

225-
### Styling with SASS
225+
### Styling with Sass
226226

227-
[SASS](http://sass-lang.com/) is an extension of CSS3, adding nested rules,
227+
[Sass](http://sass-lang.com/) is an extension of CSS3, adding nested rules,
228228
variables, mixins, selector inheritance, and more.
229229

230-
If the `node-sass` Node module is available to your application, you can use SASS
230+
If the `node-sass` Node module is available to your application, you can use Sass
231231
to write CSS assets in Mincer. Use the extension `.css.sass` or `.css.scss`.
232232

233233

0 commit comments

Comments
 (0)