From dc1022ef2ca1723a33e120c512d140e753004d00 Mon Sep 17 00:00:00 2001 From: Thomas McDonald Date: Wed, 16 Oct 2013 20:29:25 +0100 Subject: [PATCH] Remove Sass reference --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 538ebeaf..785223d6 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,6 @@ This will create a new Compass project with the following files in it: * [_variables.scss](/templates/project/_variables.scss.erb) - all of bootstrap variables (override them here). * [styles.scss](/templates/project/styles.scss) - main project SCSS file, import `variables` and `bootstrap`. -### c. Sass (no Compass, no Rails) - -Raw Sass support is coming soon! ## Usage