archetype-base-reset 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 +4 -4
- data/VERSION +1 -1
- data/stylesheets/archetype/base/_reset.scss +9 -9
- 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: 9185ccd55099c6251142bb9626612aca32bc8d7d
|
4
|
+
data.tar.gz: 40fe66049225dbaef3bafcb707f38634e14c333f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 572dca5914cce2f25387957c637c6df4ee3da83a16e4b8fbf1f95e3fa653e58312e7f013d93ebcc004480c0a071639a7ea6245870331eb5eb7f462932c75ed28
|
7
|
+
data.tar.gz: f28a3b93d7668367c364ed10331770d959a77667f75bf205b2f239ce85507ee44099773c4bfa89b196c046ebbdd35f29b5693b2beab552545700f2808838f4d9
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.0.alpha.
|
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.
|
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
|
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.
|
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.
|
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: []
|