From 858f13ee1b57b85bf3a937f03908a198cef854cc Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Tue, 1 Dec 2015 09:21:21 -0800 Subject: [PATCH] Update Sass docs with accurate Libsass requirements --- docs/pages/sass.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/sass.md b/docs/pages/sass.md index 21946f260..3377cadb0 100644 --- a/docs/pages/sass.md +++ b/docs/pages/sass.md @@ -14,7 +14,7 @@ description: Foundation is written in Sass, which allows us to make the codebase **Foundation for Sites can be compiled with Ruby Sass and libsass.** We tend to stick to the latest versions of both compilers when possible. Our documentation and starter project are compiled with [node-sass](https://github.com/sass/node-sass), a Node port of libsass. We recommend these versions of either compiler: - Ruby Sass **3.4+** -- node-sass **3.0.0+** (libsass **3.2.5**) +- node-sass **3.4.2+** (libsass **3.3.2**) ### Autoprefixer Required -- 2.47.2