From d4c5b2ec465f39473610b2bd005609b2e54be156 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 16 Jun 2018 09:42:41 +0200 Subject: [PATCH] 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 --- docs/pages/global.md | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.47.3