]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove remark in Sass docs about uncommenting settings values, as they're all uncomme...
authorGeoff Kimball <geoff@zurb.com>
Mon, 30 Nov 2015 17:57:24 +0000 (09:57 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 30 Nov 2015 17:57:24 +0000 (09:57 -0800)
docs/pages/sass.md

index 9f63a1f23f64f2aebc6ce0d927f2ea61afa7fe76..03a146be838a304807557ea47a3e5c0067750d74 100644 (file)
@@ -113,8 +113,6 @@ All Foundation projects include a settings file, named `_settings.scss`. If you'
 
 Every component includes a set of variables that modify core structural or visual styles. If there's something you can't customize with a variable, you can just write your own CSS to add it.
 
-To change a setting, find the variable you're looking for, uncomment it by removing the slashes (//) at the start of the line, and change the value. Uncommenting signifies that you want the value to change, and also functions as a handy visual aid to see which defaults you're overriding.
-
 <div class="callout warning">
   <p>Once you've set up a new project, your settings file can't be automatically updated when new versions change, add, or remove variables. Keep tabs on new <a href="https://github.com/zurb/foundation/releases">Foundation releases</a> so you know when things change.</p>
 </div>