From: Daniel Schuba Date: Tue, 12 Jul 2016 08:41:40 +0000 (+0200) Subject: typo fix X-Git-Tag: v6.2.4-rc1~49^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9009%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git typo fix --- diff --git a/scss/util/_unit.scss b/scss/util/_unit.scss index 324c80dd1..1b5613a5d 100644 --- a/scss/util/_unit.scss +++ b/scss/util/_unit.scss @@ -40,7 +40,7 @@ $global-font-size: 100% !default; $base: ($base / 100%) * 16px; } - // Using rem as base allwos correct scaling + // Using rem as base allows correct scaling @if unit($base) == 'rem' { $base: strip-unit($base) * 16px; }