From: John Bacon Date: Wed, 30 Sep 2020 14:26:26 +0000 (-0400) Subject: Fix incorrect link to Foundation release page X-Git-Tag: v6.7.1~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12156%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix incorrect link to Foundation release page Links to a non-404ing release page. --- 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):