archetype-grid 1.0.0.alpha.2 → 1.0.0.alpha.3
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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/stylesheets/archetype/grid/_grid.scss +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f8b6fc89f4956480a8e38e2c6f3b08cca811a0b
|
|
4
|
+
data.tar.gz: 2fb5e007cb291616179c5652f26df767c2f40e2d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b137e1e11e7f77679629936cc57d0343e371cf84d549f59ed14bd8683bb414a38de455e4d785786c2d84211dd61ebff0c458d80c693cf826650dbac71cd1aed1
|
|
7
|
+
data.tar.gz: 9173cdedec02972604a674402258650e08c21a1be8715f75ebf092ac788df123c90fa9006f33e1c56e617c814a57c5634e44626c2aab3404c45dd7498bbe33e0
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.0.alpha.
|
|
1
|
+
1.0.0.alpha.3
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
// @param $debug {Boolean} use debug stylings
|
|
218
218
|
@mixin grid-row($debug: false) {
|
|
219
219
|
@include grid-block(true);
|
|
220
|
-
@include debug-hover-box(rgb(255, 0, 255), $
|
|
220
|
+
@include debug-hover-box(rgb(255, 0, 255), $iff: ($debug or $CONFIG_GRID_DEBUG));
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
// output the block methods
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
// align the block
|
|
332
332
|
@include grid-block();
|
|
333
333
|
// debug
|
|
334
|
-
@include debug-hover-box($
|
|
334
|
+
@include debug-hover-box($iff: ($debug or $CONFIG_GRID_DEBUG));
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
// offset (push, pull)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: archetype-grid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.alpha.
|
|
4
|
+
version: 1.0.0.alpha.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eugene ONeill
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-08-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: archetype
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 1.0.0.alpha.
|
|
20
|
+
version: 1.0.0.alpha.3
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 1.0.0.alpha.
|
|
27
|
+
version: 1.0.0.alpha.3
|
|
28
28
|
description: An Archetype extension for complex, fixed-width grid based layouts
|
|
29
29
|
email: oneill.eugene@gmail.com
|
|
30
30
|
executables: []
|