Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #492 from jpdevries/patch-1
Browse files Browse the repository at this point in the history
Sass not SASS
  • Loading branch information
olefredrik committed Oct 3, 2015
2 parents a2e1903 + 7523aa4 commit 0c1e817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ All contributions are welcome!

**Please read this. It's totally worth it.**

FoundationPress uses [SASS](http://sass-lang.com/) (CSS with superpowers). In short, SASS is a CSS pre-processor that allows you to write styles more effectively and tidy.
FoundationPress uses [Sass](http://Sass-lang.com/) (CSS with superpowers). In short, Sass is a CSS pre-processor that allows you to write styles more effectively and tidy.

All the SASS (.scss) files are compiled into one single css file. To make this happen, we use a tool called Grunt; a task runner that automates repetitive tasks like minification, compilation, linting, etc.
All the Sass (.scss) files are compiled into one single css file. To make this happen, we use a tool called Grunt; a task runner that automates repetitive tasks like minification, compilation, linting, etc.

**NOTE: You'll need to have [Node.js](http://nodejs.org) installed before continuing.**

Expand Down

0 comments on commit 0c1e817

Please sign in to comment.