From 7523aa44f9e081f008b2bc27f52b200af4762447 Mon Sep 17 00:00:00 2001 From: JP DeVries Date: Thu, 1 Oct 2015 13:47:53 -0700 Subject: [PATCH] Sass not SASS http://sassnotsass.com --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e35b73f41..eafbcc640 100755 --- a/README.md +++ b/README.md @@ -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.**