archetype-grid 1.0.0.alpha.3 → 1.0.0.alpha.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f8b6fc89f4956480a8e38e2c6f3b08cca811a0b
4
- data.tar.gz: 2fb5e007cb291616179c5652f26df767c2f40e2d
3
+ metadata.gz: 2d602fc227a522c65f2ef2a7097dec347d15168c
4
+ data.tar.gz: 14c772b03bc35a9d5f35f65359abdcee84dbbdae
5
5
  SHA512:
6
- metadata.gz: b137e1e11e7f77679629936cc57d0343e371cf84d549f59ed14bd8683bb414a38de455e4d785786c2d84211dd61ebff0c458d80c693cf826650dbac71cd1aed1
7
- data.tar.gz: 9173cdedec02972604a674402258650e08c21a1be8715f75ebf092ac788df123c90fa9006f33e1c56e617c814a57c5634e44626c2aab3404c45dd7498bbe33e0
6
+ metadata.gz: 9ac03ca61dcda25de5faa36519f3c737270e46f38efc50f3303a001984f12da55b6bfc03438db7405a46e997f5edf8546aa7895e084fa42fa51fe8c9e69cbf41
7
+ data.tar.gz: 9e1d6d1c2215307925c31e065072541bda6bbd8678304db43403638a338d89c6eba33934742b60042c839781e2676cf76984721bab8f10833c27ae2866c1c66b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.alpha.3
1
+ 1.0.0.alpha.4
@@ -114,7 +114,7 @@
114
114
  @mixin grid-outdent($list: false, $left: 0, $right: 0) {
115
115
  $outdent: grid-outdent($list, $left, $right);
116
116
  @include grid-output-left-right(margin, $outdent);
117
- @include hack-negative-margin();
117
+ @include hack-negative-margin;
118
118
  }
119
119
 
120
120
  // calculate offsets for a grid block
@@ -152,7 +152,7 @@
152
152
  $outdent: get-collection($outdent, 0, $min: 2);
153
153
  $gutter: if($first, 0, $CONFIG_GRID_GUTTER);
154
154
  @include grid-output-left-right(margin, list-add($outdent, list-add($offset, ($gutter $gutter))), $ignore: ($gutter));
155
- @include hack-negative-margin();
155
+ @include hack-negative-margin;
156
156
  }
157
157
 
158
158
  // calculate push (offset) for a grid block
@@ -183,13 +183,13 @@
183
183
 
184
184
  // this makes it possible to undo $first: true
185
185
  // @mixin grid-not-first
186
- @mixin grid-not-first() {
186
+ @mixin grid-not-first {
187
187
  margin-left: $CONFIG_GRID_GUTTER;
188
188
  }
189
189
 
190
190
  // this makes it possible to force a non first-column to behave as a first-column
191
191
  // @mixin grid-is-first
192
- @mixin grid-is-first() {
192
+ @mixin grid-is-first {
193
193
  margin-left: 0;
194
194
  }
195
195
 
@@ -227,7 +227,7 @@
227
227
  // FLOAT
228
228
  @if($CONFIG_GRID_ALIGN_METHOD == float){
229
229
  @if($row) {
230
- @include legacy-pie-clearfix();
230
+ @include legacy-pie-clearfix;
231
231
  }
232
232
  @else {
233
233
  // make it a floater
@@ -249,7 +249,7 @@
249
249
  //text-space-collapse: collapse;
250
250
  }
251
251
  @else {
252
- @include inline-block();
252
+ @include inline-block;
253
253
  vertical-align: top;
254
254
  // restore spacing @see grid-row
255
255
  letter-spacing: normal;
@@ -270,7 +270,7 @@
270
270
  }
271
271
  display: table-cell;
272
272
  vertical-align: top;
273
- @include has-layout();
273
+ @include has-layout;
274
274
  }
275
275
  }
276
276
  }
@@ -309,7 +309,7 @@
309
309
 
310
310
  // margin
311
311
  @if(not ($first or $canvas or $center)) {
312
- @include grid-not-first();
312
+ @include grid-not-first;
313
313
  }
314
314
 
315
315
  @if($canvas or $center) {
@@ -329,7 +329,7 @@
329
329
  }
330
330
  @else {
331
331
  // align the block
332
- @include grid-block();
332
+ @include grid-block;
333
333
  // debug
334
334
  @include debug-hover-box($iff: ($debug or $CONFIG_GRID_DEBUG));
335
335
  }
@@ -359,7 +359,7 @@
359
359
  // outdent
360
360
  @if($outdent) {
361
361
  @include grid-output-left-right(margin, $outdent);
362
- @include hack-negative-margin();
362
+ @include hack-negative-margin;
363
363
  }
364
364
 
365
365
  // width
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.3
4
+ version: 1.0.0.alpha.4
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-08-19 00:00:00.000000000 Z
12
+ date: 2014-09-08 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.3
20
+ version: 1.0.0.alpha.4
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.3
27
+ version: 1.0.0.alpha.4
28
28
  description: An Archetype extension for complex, fixed-width grid based layouts
29
29
  email: oneill.eugene@gmail.com
30
30
  executables: []