From: harry Date: Tue, 7 Feb 2017 16:02:52 +0000 (+0530) Subject: Renamed n to count! X-Git-Tag: v6.4.0-rc1~23^2~20^2~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f26135d1b10e9c352ec60b6fa8aabc601cbf15a;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Renamed n to count! --- diff --git a/scss/prototype/_spacing.scss b/scss/prototype/_spacing.scss index dcc8af90f..0d829c29a 100644 --- a/scss/prototype/_spacing.scss +++ b/scss/prototype/_spacing.scss @@ -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,