From 4e77fe0d069ddfb948c40b1167f4fe4cb0b66a1e Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 24 Mar 2018 21:18:02 +0100 Subject: [PATCH] chore: remove rem-base deprecation note --- docs/pages/global.md | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.47.2