]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
typo fix 9009/head
authorDaniel Schuba <dasch@daschmedia.de>
Tue, 12 Jul 2016 08:41:40 +0000 (10:41 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Jul 2016 08:41:40 +0000 (10:41 +0200)
scss/util/_unit.scss

index 324c80dd1bcbee705d8384a393c84302b76f9a8b..1b5613a5d83a5e9c2c166e37cc9db56db9050649 100644 (file)
@@ -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;
   }