archetype-base-normalize 1.0.0.alpha.3 → 1.0.0.alpha.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c98a85181e034a45900e745dc696e186fdcb6256
4
- data.tar.gz: 216af14519a2077cbc57a68c711d1b0360f38aa2
3
+ metadata.gz: 652d8af2e2dfda4354816549be7d7caed2daa871
4
+ data.tar.gz: 4c550a6fb33c52109df03a1f37f490a7e2f9dcbd
5
5
  SHA512:
6
- metadata.gz: 87c3f6bca735c8091cb9cbca82e0787cd87135442e1602cae5c0d8c3a7c3e7905ae7bab3679bc1eda17008b4f2e0b807761c466c9aea8c46f2fbfa7fdc62f4ff
7
- data.tar.gz: 25105eddb43e2bf59a5d22d7ae505701384115be39376fda7427ac0385bdedf2e18793f02df048771e6f64ff1de662c9e90da9504ab66b767ea7ce67f711ddb3
6
+ metadata.gz: 930ee6090546dae5f7e0a9d2c0f010097c6462ddba211e40497bef416c553e229d3053d0f04e918854d9e6445752cb3c00f99a15b9420753e57b9c2594b63caa
7
+ data.tar.gz: b1d8f5d629f4b59489d6442626585a6b04a0125229141547216b0eaf1ce765922b39cde4e588e0d3eb4a3f247167d93feeb766b037e940bf8a485dcdeb0f439f
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.alpha.3
1
+ 1.0.0.alpha.4
@@ -4,7 +4,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
4
4
 
5
5
  // normalize.css v3.0.0 | MIT License | git.io/normalize
6
6
 
7
- @mixin base-normalize-text-adjust() {
7
+ @mixin base-normalize-text-adjust {
8
8
  /**
9
9
  * 0. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
10
10
  * http://clagnut.com/blog/348/#c790
@@ -24,7 +24,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
24
24
 
25
25
  }
26
26
 
27
- @mixin base-normalize-page() {
27
+ @mixin base-normalize-page {
28
28
  /**
29
29
  * Removes default margin.
30
30
  */
@@ -35,7 +35,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
35
35
  }
36
36
 
37
37
  // @category base
38
- @mixin base-normalize-html5() {
38
+ @mixin base-normalize-html5 {
39
39
  /* HTML5 display definitions
40
40
  ========================================================================== */
41
41
 
@@ -92,7 +92,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
92
92
  }
93
93
  }
94
94
 
95
- @mixin base-normalize-links() {
95
+ @mixin base-normalize-links {
96
96
  /* Links
97
97
  ========================================================================== */
98
98
 
@@ -101,7 +101,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
101
101
  */
102
102
 
103
103
  a {
104
- @include transparent-focusable();
104
+ @include transparent-focusable;
105
105
  }
106
106
 
107
107
  /**
@@ -122,7 +122,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
122
122
  }
123
123
  }
124
124
 
125
- @mixin base-normalize-typogrpahy-core() {
125
+ @mixin base-normalize-typogrpahy-core {
126
126
  /**
127
127
  * Address odd `em`-unit font size rendering in all browsers.
128
128
  */
@@ -177,7 +177,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
177
177
  }
178
178
  }
179
179
 
180
- @mixin base-normalize-typography() {
180
+ @mixin base-normalize-typography {
181
181
  /* =============================================================================
182
182
  Typography
183
183
  ========================================================================== */
@@ -276,7 +276,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
276
276
  }
277
277
  }
278
278
 
279
- @mixin base-normalize-lists() {
279
+ @mixin base-normalize-lists {
280
280
  // legacy
281
281
  @if(support-legacy-browser('ie', '7', $threshold: $critical-usage-threshold)) {
282
282
  /* =============================================================================
@@ -320,7 +320,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
320
320
  }
321
321
  }
322
322
 
323
- @mixin base-normalize-image() {
323
+ @mixin base-normalize-image {
324
324
  /**
325
325
  * 1. Remove border when inside 'a' element in IE6/7/8/9, FF3
326
326
  * 2. (legacy) Improve image quality when scaled in IE7
@@ -336,11 +336,11 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
336
336
  }
337
337
  }
338
338
 
339
- @mixin base-normalize-embed() {
339
+ @mixin base-normalize-embed {
340
340
  /* =============================================================================
341
341
  Embedded content
342
342
  ========================================================================== */
343
- @include base-normalize-image();
343
+ @include base-normalize-image;
344
344
 
345
345
  /**
346
346
  * Correct overflow not hidden in IE 9/10/11.
@@ -351,7 +351,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
351
351
  }
352
352
  }
353
353
 
354
- @mixin base-normalize-figures() {
354
+ @mixin base-normalize-figures {
355
355
  /* =============================================================================
356
356
  Figures
357
357
  ========================================================================== */
@@ -365,7 +365,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
365
365
  }
366
366
  }
367
367
 
368
- @mixin base-normalize-fieldset() {
368
+ @mixin base-normalize-fieldset {
369
369
  /**
370
370
  * Define consistent border, margin, and padding.
371
371
  */
@@ -377,7 +377,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
377
377
  }
378
378
  }
379
379
 
380
- @mixin base-normalize-forms() {
380
+ @mixin base-normalize-forms {
381
381
  /* =============================================================================
382
382
  Forms
383
383
  ========================================================================== */
@@ -576,7 +576,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
576
576
 
577
577
  }
578
578
 
579
- @mixin base-normalize-ime() {
579
+ @mixin base-normalize-ime {
580
580
  /* =============================================================================
581
581
  IME mode
582
582
  ========================================================================== */
@@ -586,7 +586,7 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
586
586
  }
587
587
  }
588
588
 
589
- @mixin base-normalize-table() {
589
+ @mixin base-normalize-table {
590
590
  /* ==========================================================================
591
591
  Tables
592
592
  ========================================================================== */
@@ -615,45 +615,45 @@ $a-blackhole: register-archetype-module(archetype/base/normalize);
615
615
  /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
616
616
  $exclude: -archetype-list($exclude);
617
617
  @if(not index($exclude, normalize-html5)) {
618
- @include base-normalize-html5();
618
+ @include base-normalize-html5;
619
619
  }
620
620
  @if(not index($exclude, normalize-text-adjust)) {
621
- @include base-normalize-text-adjust();
621
+ @include base-normalize-text-adjust;
622
622
  }
623
623
  @if(not index($exclude, normalize-page)) {
624
- @include base-normalize-page();
624
+ @include base-normalize-page;
625
625
  }
626
626
  @if(not index($exclude, normalize-links)) {
627
- @include base-normalize-links();
627
+ @include base-normalize-links;
628
628
  }
629
629
  @if(not index($exclude, normalize-typography)) {
630
- @include base-normalize-typography();
630
+ @include base-normalize-typography;
631
631
  }
632
632
  @if(not index($exclude, normalize-typography-core)) {
633
- @include base-normalize-typogrpahy-core();
633
+ @include base-normalize-typogrpahy-core;
634
634
  }
635
635
  @if(not index($exclude, normalize-lists)) {
636
- @include base-normalize-lists();
636
+ @include base-normalize-lists;
637
637
  }
638
638
  @if(not index($exclude, normalize-image)) {
639
- @include base-normalize-image();
639
+ @include base-normalize-image;
640
640
  }
641
641
  @if(not index($exclude, normalize-embeds)) {
642
- @include base-normalize-embed();
642
+ @include base-normalize-embed;
643
643
  }
644
644
  @if(not index($exclude, normalize-figures)) {
645
- @include base-normalize-figures();
645
+ @include base-normalize-figures;
646
646
  }
647
647
  @if(not index($exclude, normalize-forms)) {
648
- @include base-normalize-forms();
648
+ @include base-normalize-forms;
649
649
  }
650
650
  @if(not index($exclude, normalize-fieldset)) {
651
- @include base-normalize-fieldset();
651
+ @include base-normalize-fieldset;
652
652
  }
653
653
  @if(not index($exclude, normalize-tables)) {
654
- @include base-normalize-table();
654
+ @include base-normalize-table;
655
655
  }
656
656
  @if(not index($exclude, normalize-ime)) {
657
- @include base-normalize-ime();
657
+ @include base-normalize-ime;
658
658
  }
659
659
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: archetype-base-normalize
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 that provides hooks into using Normalize.css'
29
29
  CSS reset
30
30
  email: oneill.eugene@gmail.com