]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixes typo in Using Sass page
authorNic Edwards <nic@Nic.local>
Thu, 28 Aug 2014 15:50:29 +0000 (08:50 -0700)
committerNic Edwards <nic@Nic.local>
Thu, 28 Aug 2014 15:50:29 +0000 (08:50 -0700)
doc/pages/using-sass.html

index 94a7dbd99387dbc59b3ef2f8c35bb7b4f7c9d05f..ff5ab169e57e2dfea80f626347ef8af538621d12 100755 (executable)
@@ -13,7 +13,7 @@ title: How to Use Foundation Sass
     <h3 class="subheader">You will want to make changes to the settings file which includes tons of variables here that can be customized for each component.</h3>
     <div class="row">
       <div class="small-12 columns">
-        <p>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.</p>
+        <p>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.</p>
       </div>
     </div>
     <div class="row">