From 2d0daf9703a660679ef0c291a6380d8077add67b Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Mon, 30 Nov 2015 09:57:24 -0800 Subject: [PATCH] Remove remark in Sass docs about uncommenting settings values, as they're all uncommented by default now --- docs/pages/sass.md | 2 -- 1 file changed, 2 deletions(-) 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.

-- 2.47.2