foundation_emails 2.2.0.0 → 2.2.1.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8de80f9e16268fc511c3ab2b207e5a79cdbcfc5
|
|
4
|
+
data.tar.gz: ec0be55e4512fb91f8fd928009890d34d720242c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6ea25aa27fc774cce9ef328ee1c39e1f32bf15a31d44ff08dabd48ae65b43ea1db32f60fba9c695a22668d4f829d2a7825393c74f944dcb2f92688b9a1b8e49
|
|
7
|
+
data.tar.gz: ff2717c649323a7f13410eddec22de993a874155f22a965b7531473b8bad3fff623629b971446491aa9347e48d2647a11b9d48445254b2e2eed11902b861c300
|
data/README.md
CHANGED
|
@@ -20,9 +20,11 @@ Foundation for Emails (previously known as Ink) is a framework for creating resp
|
|
|
20
20
|
bundle install
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
3. Import Foundation for Emails in your
|
|
23
|
+
3. Import Foundation for Emails in your emails' stylesheet(s):
|
|
24
24
|
|
|
25
25
|
```scss
|
|
26
|
+
// app/assets/stylesheets/your_emails_stylesheet.scss
|
|
27
|
+
|
|
26
28
|
@import "foundation-emails";
|
|
27
29
|
```
|
|
28
30
|
|
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
/// @group normalize
|
|
7
7
|
////
|
|
8
8
|
|
|
9
|
-
$paragraph-margin-bottom: 10px !default;
|
|
10
|
-
|
|
11
9
|
#outlook a {
|
|
12
10
|
padding: 0;
|
|
13
11
|
}
|
|
@@ -65,11 +63,6 @@ a img {
|
|
|
65
63
|
border: none;
|
|
66
64
|
}
|
|
67
65
|
|
|
68
|
-
p {
|
|
69
|
-
margin: 0 0 0 $paragraph-margin-bottom;
|
|
70
|
-
Margin: 0 0 0 $paragraph-margin-bottom;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
66
|
table {
|
|
74
67
|
border-spacing: 0;
|
|
75
68
|
border-collapse: collapse;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foundation_emails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ZURB
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -70,8 +70,6 @@ files:
|
|
|
70
70
|
- lib/foundation_emails.rb
|
|
71
71
|
- lib/foundation_emails/engine.rb
|
|
72
72
|
- lib/foundation_emails/version.rb
|
|
73
|
-
- pkg/foundation_emails-2.1.0.1.gem
|
|
74
|
-
- pkg/foundation_emails-2.1.0.gem
|
|
75
73
|
- vendor/assets/stylesheets/_foundation-emails.scss
|
|
76
74
|
- vendor/assets/stylesheets/foundation-emails/_global.scss
|
|
77
75
|
- vendor/assets/stylesheets/foundation-emails/components/_alignment.scss
|
|
@@ -110,9 +108,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
110
108
|
version: '0'
|
|
111
109
|
requirements: []
|
|
112
110
|
rubyforge_project:
|
|
113
|
-
rubygems_version: 2.
|
|
111
|
+
rubygems_version: 2.5.1
|
|
114
112
|
signing_key:
|
|
115
113
|
specification_version: 4
|
|
116
114
|
summary: A framework for responsive emails made by ZURB.
|
|
117
115
|
test_files: []
|
|
118
|
-
has_rdoc:
|
|
Binary file
|
|
Binary file
|