From 3dbda908c62545111e481c2fa65d9d48f1fc3fb8 Mon Sep 17 00:00:00 2001 From: Nic Edwards Date: Thu, 28 Aug 2014 08:50:29 -0700 Subject: [PATCH] Fixes typo in Using Sass page --- doc/pages/using-sass.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/using-sass.html b/doc/pages/using-sass.html index 94a7dbd99..ff5ab169e 100755 --- a/doc/pages/using-sass.html +++ b/doc/pages/using-sass.html @@ -13,7 +13,7 @@ title: How to Use Foundation Sass

You will want to make changes to the settings file which includes tons of variables here that can be customized for each component.

-

Making changes is simple, in ```_settings.scss``` find the element you want to style (command/ctrl+f). Find the variable, uncomment the style, and change its value. Be sure to to run grunt (libsass) or compass watch (compass) in order see any changes.

+

Making changes is simple, in ```_settings.scss``` find the element you want to style (command/ctrl+f). Find the variable, uncomment the style, and change its value. Be sure to run grunt (libsass) or compass watch (compass) in order see any changes.

-- 2.47.3