From: Daniel Ruf Date: Sat, 16 Jun 2018 07:42:41 +0000 (+0200) Subject: Use pull request #11088 from DanielRuf/chore/remove-rem-base-deprecation-note for... X-Git-Tag: v6.5.0-rc.1^2~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4c5b2ec465f39473610b2bd005609b2e54be156;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #11088 from DanielRuf/chore/remove-rem-base-deprecation-note for v6.5.0 4e77fe0d0 chore: remove rem-base deprecation note Signed-off-by: Nicolas Coden --- diff --git a/docs/pages/global.md b/docs/pages/global.md index 7207d51af..49df0e567 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