archetype-base-reset 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: 30f28ddc98e0a6798c0b92cad9f71df0e51408c3
4
- data.tar.gz: f8c4d9a71ab3ff3a754824b772a74533f4a450aa
3
+ metadata.gz: 9185ccd55099c6251142bb9626612aca32bc8d7d
4
+ data.tar.gz: 40fe66049225dbaef3bafcb707f38634e14c333f
5
5
  SHA512:
6
- metadata.gz: a54f276ebdfdf6be50f749170593c5e62e3ea169527498cb29c3357e6283111965b203cd7b4dc32dcd959e8ec995a3ad5d08d8050e4989a7d0e347a413c93cb5
7
- data.tar.gz: 7e91560bb4a128cee2fee5b6d0857a840706d9a6682304d94238dc16c8c587fef1b3b923d30cbf66ad493a4bbe761565e01bc142c848bca0799c06d6f73870c6
6
+ metadata.gz: 572dca5914cce2f25387957c637c6df4ee3da83a16e4b8fbf1f95e3fa653e58312e7f013d93ebcc004480c0a071639a7ea6245870331eb5eb7f462932c75ed28
7
+ data.tar.gz: f28a3b93d7668367c364ed10331770d959a77667f75bf205b2f239ce85507ee44099773c4bfa89b196c046ebbdd35f29b5693b2beab552545700f2808838f4d9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.alpha.3
1
+ 1.0.0.alpha.4
@@ -22,48 +22,48 @@
22
22
  time, mark, audio, video {
23
23
  // PAGE
24
24
  @if(not index($exclude, reset-page)) {
25
- @include reset-box-model();
25
+ @include reset-box-model;
26
26
  }
27
27
  // TYPOGRAPHY
28
28
  @if(not index($exclude, reset-typography)) {
29
- @include reset-font();
29
+ @include reset-font;
30
30
  }
31
31
  }
32
32
  // PAGE
33
33
  @if(not index($exclude, reset-page)) {
34
34
  body {
35
- @include reset-body();
35
+ @include reset-body;
36
36
  }
37
37
  }
38
38
  // LISTS
39
39
  @if(not index($exclude, reset-lists)) {
40
40
  ol, ul {
41
- @include reset-list-style();
41
+ @include reset-list-style;
42
42
  }
43
43
  }
44
44
  // TABLES
45
45
  @if(not index($exclude, reset-tables)) {
46
46
  table {
47
- @include reset-table();
47
+ @include reset-table;
48
48
  }
49
49
  caption, th, td {
50
- @include reset-table-cell();
50
+ @include reset-table-cell;
51
51
  }
52
52
  }
53
53
  // QUOTES
54
54
  @if(not index($exclude, reset-quotes)) {
55
55
  q, blockquote {
56
- @include reset-quotation();
56
+ @include reset-quotation;
57
57
  }
58
58
  }
59
59
  // EMBEDS
60
60
  @if(not index($exclude, reset-embeds)) {
61
61
  a img {
62
- @include reset-image-anchor-border();
62
+ @include reset-image-anchor-border;
63
63
  }
64
64
  }
65
65
  // HTML5
66
66
  @if(not index($exclude, reset-html5)) {
67
- @include reset-html5();
67
+ @include reset-html5;
68
68
  }
69
69
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: archetype-base-reset
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 Eric Meyer's CSS reset
29
29
  email: oneill.eugene@gmail.com
30
30
  executables: []