From 51672c2981683b73eb74bf327222c05d7fa700d5 Mon Sep 17 00:00:00 2001 From: Daniel Schuba Date: Tue, 12 Jul 2016 10:41:40 +0200 Subject: [PATCH] typo fix --- scss/util/_unit.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2