]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update Sass docs with accurate Libsass requirements
authorGeoff Kimball <geoff@zurb.com>
Tue, 1 Dec 2015 17:21:21 +0000 (09:21 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 1 Dec 2015 17:21:21 +0000 (09:21 -0800)
docs/pages/sass.md

index 21946f260117f782451224e53da20d8eab201e93..3377cadb0e79c5e260474151ee0ad49131926798 100644 (file)
@@ -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