]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Renamed n to count!
authorharry <harmanmanchanda182@gmail.com>
Tue, 7 Feb 2017 16:02:52 +0000 (21:32 +0530)
committerharry <harmanmanchanda182@gmail.com>
Tue, 7 Feb 2017 16:02:52 +0000 (21:32 +0530)
scss/prototype/_spacing.scss

index dcc8af90f2551dd07fb781e8f011a9886231f120..0d829c29a8cb4739a0ffa998301c33e8e8a5e881 100644 (file)
@@ -31,10 +31,10 @@ $prototype-spacers: () !default;
 
 /// Default number of spacers count
 /// @type Number
-$prototype-spacers-n: 5 !default;
+$prototype-spacers-count: 5 !default;
 
 // Looping through prototype spacers
-@for $i from 0 through $prototype-spacers-n {
+@for $i from 0 through $prototype-spacers-count {
   $prototype-spacers: map-merge($prototype-spacers, (
     $i: (
       x: $prototype-spacer-x * $i,