From 3d8353c40e11e436e3fa1921efa53b580446ccf3 Mon Sep 17 00:00:00 2001 From: John Bacon Date: Wed, 30 Sep 2020 10:26:26 -0400 Subject: [PATCH] Fix incorrect link to Foundation release page Links to a non-404ing release page. --- 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 fb77be463..34ee7d29b 100644 --- a/docs/pages/sass.md +++ b/docs/pages/sass.md @@ -180,7 +180,7 @@ 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.
-

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.

+

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.

Here's an example set of settings variables. These change the default styling of [buttons](button.html): -- 2.47.2