From: Daniel Ruf Date: Sat, 24 Mar 2018 20:18:02 +0000 (+0100) Subject: chore: remove rem-base deprecation note X-Git-Tag: v6.6.0~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e77fe0d069ddfb948c40b1167f4fe4cb0b66a1e;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: remove rem-base deprecation note --- diff --git a/docs/pages/global.md b/docs/pages/global.md index 0bf325fc4..0009dfecf 100644 --- a/docs/pages/global.md +++ b/docs/pages/global.md @@ -9,10 +9,6 @@ sass: scss/_global.scss The default font size is set to 100% of the browser style sheet, usually 16 pixels. This ensures compatibility with browser-based text zoom or user-set defaults. If you're using the Sass version of Foundation, edit the `$global-font-size` variable to change the base font size. This can be a percentage value, or a pixel value. -
-

$rem-base was deprecated in version 6.1, in favor of using $global-font-size to define rem calculation.

-
- --- ## Colors