From: Geoff Kimball Date: Mon, 30 Nov 2015 17:57:24 +0000 (-0800) Subject: Remove remark in Sass docs about uncommenting settings values, as they're all uncomme... X-Git-Tag: v6.0.5~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d0daf9703a660679ef0c291a6380d8077add67b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove remark in Sass docs about uncommenting settings values, as they're all uncommented by default now --- diff --git a/docs/pages/sass.md b/docs/pages/sass.md index 9f63a1f23..03a146be8 100644 --- a/docs/pages/sass.md +++ b/docs/pages/sass.md @@ -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. -

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 Foundation releases so you know when things change.