compass-griddle 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* <div class="grid__cell unit-1-2"></div>
|
|
10
10
|
* <div class="grid__cell unit-1-2"></div>
|
|
11
11
|
* <div class="grid__cell unit-1-3"></div>
|
|
12
|
-
* <div class="grid__cell unit-1-3
|
|
12
|
+
* <div class="grid__cell unit-1-3"></div>
|
|
13
13
|
* </div>
|
|
14
14
|
*
|
|
15
15
|
* <div class="grid grid--center">
|
|
@@ -37,11 +37,12 @@
|
|
|
37
37
|
@each $n in $units {
|
|
38
38
|
// Avoid creating rules like `.unit-12-12 {}`
|
|
39
39
|
$x: $n - 1;
|
|
40
|
-
// Initialize variables
|
|
41
|
-
$i-r: ();
|
|
42
|
-
$n-r: ();
|
|
43
40
|
|
|
44
41
|
@for $i from 1 through $x {
|
|
42
|
+
// Initialize variables
|
|
43
|
+
$i-r: ();
|
|
44
|
+
$n-r: ();
|
|
45
|
+
|
|
45
46
|
// Find the greatest common factor
|
|
46
47
|
$g: gcf($i, $n);
|
|
47
48
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-griddle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-02-
|
|
12
|
+
date: 2013-02-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: compass
|