fortitude-sass 0.7.3 → 0.7.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: ad142ed18e3a06f765437b4b747c698251af609b
4
- data.tar.gz: 970cf2f849d17a40cc3b975d42aed97aae50d5ed
3
+ metadata.gz: 3c60788587ccf92fa0cb0875c5d90a1d2b46ad00
4
+ data.tar.gz: f59430b29a0b858a675fd731c08bfc713ddf38d0
5
5
  SHA512:
6
- metadata.gz: afc50e8269d074272eaf54869b2e580b866ad8231b63c33834bf061efe19021aedab8dfef60aaaf5e19dd4d19a298d5c1cfc92d77fe0827572452eb677b5eb6e
7
- data.tar.gz: 3b45ae2807fd6b99a7f5c004c03feb10708daa257b4f57bf6d770fe24bae3575356d73b8c4ffb23c644441a0566f0a9d65d435a8b8ac1de0e996f521f0774512
6
+ metadata.gz: bd6b45cb6542dc3781825dd68eee134f421a4380ec8b2fbebf0c7be4c7eb6aa37878df0b4da0e3d73e4844d6b51b48f628af33c7194bb6e04025a54f36224937
7
+ data.tar.gz: 432478ff78dc97e3c3948419fab1d746a1e140965875a300a850798d82bf9400ceb5bfbf119f7ff8f2184365bff6d124b38cc1c17673e45af4c48c6b5f5b9361
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fortitude-sass (0.7.3)
4
+ fortitude-sass (0.7.4)
5
5
  autoprefixer-rails
6
6
  execjs
7
7
  sass (~> 3.3)
@@ -10,13 +10,13 @@ PATH
10
10
  GEM
11
11
  remote: http://rubygems.org/
12
12
  specs:
13
- autoprefixer-rails (5.2.1.1)
13
+ autoprefixer-rails (5.2.1.3)
14
14
  execjs
15
15
  json
16
- execjs (2.5.2)
16
+ execjs (2.6.0)
17
17
  json (1.8.3)
18
18
  rake (10.4.2)
19
- sass (3.4.16)
19
+ sass (3.4.18)
20
20
  thor (0.19.1)
21
21
 
22
22
  PLATFORMS
@@ -28,7 +28,6 @@
28
28
  @import "fortitude/api/components/wings";
29
29
  @import "fortitude/generic/box-sizing";
30
30
  @import "fortitude/generic/clearfix";
31
- @import "fortitude/generic/normalize";
32
31
  @import "fortitude/generic/reset";
33
32
  @import "fortitude/base/hr";
34
33
  @import "fortitude/base/images";
data/bower.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fortitude-sass",
3
3
  "homepage": "http://fortitude.io/",
4
- "version": "0.7.3",
4
+ "version": "0.7.4",
5
5
  "main": [
6
6
  "app/assets/stylesheets/fortitude/tools/_functions.scss",
7
7
  "app/assets/stylesheets/fortitude/tools/_mixins.scss",
@@ -1,3 +1,3 @@
1
1
  module Fortitude
2
- VERSION = '0.7.3'
2
+ VERSION = '0.7.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fortitude-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Reisman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-13 00:00:00.000000000 Z
11
+ date: 2015-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -176,7 +176,6 @@ files:
176
176
  - app/assets/stylesheets/fortitude/components/_wings.scss
177
177
  - app/assets/stylesheets/fortitude/generic/_box-sizing.scss
178
178
  - app/assets/stylesheets/fortitude/generic/_clearfix.scss
179
- - app/assets/stylesheets/fortitude/generic/_normalize.scss
180
179
  - app/assets/stylesheets/fortitude/generic/_reset.scss
181
180
  - app/assets/stylesheets/fortitude/settings/_defaults.scss
182
181
  - app/assets/stylesheets/fortitude/theme.scss
@@ -267,7 +266,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
267
266
  version: '0'
268
267
  requirements: []
269
268
  rubyforge_project: fortitude-sass
270
- rubygems_version: 2.4.3
269
+ rubygems_version: 2.4.5.1
271
270
  signing_key:
272
271
  specification_version: 4
273
272
  summary: Fortitude Sass Framework
@@ -1,235 +0,0 @@
1
- html {
2
- font-family: sans-serif;
3
- -ms-text-size-adjust: 100%;
4
- -webkit-text-size-adjust: 100%;
5
- }
6
-
7
- body {
8
- margin: 0;
9
- }
10
-
11
- article,
12
- aside,
13
- details,
14
- figcaption,
15
- figure,
16
- footer,
17
- header,
18
- hgroup,
19
- main,
20
- nav,
21
- section,
22
- summary {
23
- display: block;
24
- }
25
-
26
- audio,
27
- canvas,
28
- progress,
29
- video {
30
- display: inline-block;
31
- vertical-align: baseline;
32
- }
33
-
34
- audio:not([controls]) {
35
- display: none;
36
- height: 0;
37
- }
38
-
39
- [hidden],
40
- template {
41
- display: none;
42
- }
43
-
44
- a {
45
- background: transparent;
46
-
47
- &:focus {
48
- outline: none;
49
- }
50
- }
51
-
52
- abbr[title] {
53
- border-bottom: 1px dotted;
54
- }
55
-
56
- b,
57
- strong {
58
- font-weight: bold;
59
- }
60
-
61
- dfn {
62
- font-style: italic;
63
- }
64
-
65
- h1 {
66
- font-size: 2em;
67
- margin: 0.67em 0;
68
- }
69
-
70
- mark {
71
- background: #ff0;
72
- color: #000;
73
- }
74
-
75
- small {
76
- font-size: 80%;
77
- }
78
-
79
- sub {
80
- font-size: 75%;
81
- line-height: 0;
82
- position: relative;
83
- vertical-align: baseline;
84
- }
85
-
86
- sup {
87
- font-size: 75%;
88
- line-height: 0;
89
- position: relative;
90
- vertical-align: baseline;
91
- top: -0.5em;
92
- }
93
-
94
- sub {
95
- bottom: -0.25em;
96
- }
97
-
98
- img {
99
- border: 0;
100
- }
101
-
102
- svg:not(:root) {
103
- overflow: hidden;
104
- }
105
-
106
- figure {
107
- margin: 1em 40px;
108
- }
109
-
110
- hr {
111
- -moz-box-sizing: content-box;
112
- box-sizing: content-box;
113
- height: 0;
114
- }
115
-
116
- pre {
117
- overflow: auto;
118
- }
119
-
120
- code,
121
- kbd,
122
- pre,
123
- samp {
124
- font-family: monospace, monospace;
125
- font-size: 1em;
126
- }
127
-
128
- button,
129
- input,
130
- optgroup,
131
- select,
132
- textarea {
133
- color: inherit;
134
- font: inherit;
135
- margin: 0;
136
- }
137
-
138
- button {
139
- overflow: visible;
140
- text-transform: none;
141
- }
142
-
143
- select {
144
- text-transform: none;
145
- }
146
-
147
- button,
148
- html input[type="button"] {
149
- -moz-appearance: button;
150
- -webkit-appearance: button;
151
- appearance: button;
152
- cursor: pointer;
153
- }
154
-
155
- input {
156
- &[type="reset"],
157
- &[type="submit"] {
158
- -moz-appearance: button;
159
- -webkit-appearance: button;
160
- appearance: button;
161
- cursor: pointer;
162
- }
163
- }
164
-
165
- button[disabled],
166
- html input[disabled] {
167
- cursor: default;
168
- }
169
-
170
- button::-moz-focus-inner {
171
- border: 0;
172
- padding: 0;
173
- }
174
-
175
- input {
176
- &::-moz-focus-inner {
177
- border: 0;
178
- padding: 0;
179
- }
180
- line-height: normal;
181
- &[type="checkbox"],
182
- &[type="radio"] {
183
- -moz-box-sizing: border-box;
184
- box-sizing: border-box;
185
- padding: 0;
186
- }
187
- &[type="number"] {
188
- &::-webkit-inner-spin-button,
189
- &::-webkit-outer-spin-button {
190
- height: auto;
191
- }
192
- }
193
- &[type="search"] {
194
- @if $fortitude-global-border-box == false {
195
- -moz-appearance: textfield;
196
- -webkit-appearance: textfield;
197
- appearance: textfield;
198
- -moz-box-sizing: content-box;
199
- box-sizing: content-box;
200
- }
201
- &::-webkit-search-cancel-button,
202
- &::-webkit-search-decoration {
203
- -webkit-appearance: none;
204
- }
205
- }
206
- }
207
-
208
- fieldset {
209
- border: 1px solid #c0c0c0;
210
- margin: 0 2px;
211
- padding: 0.35em 0.625em 0.75em;
212
- }
213
-
214
- legend {
215
- border: 0;
216
- padding: 0;
217
- }
218
-
219
- textarea {
220
- overflow: auto;
221
- }
222
-
223
- optgroup {
224
- font-weight: bold;
225
- }
226
-
227
- table {
228
- border-collapse: collapse;
229
- border-spacing: 0;
230
- }
231
-
232
- td,
233
- th {
234
- padding: 0;
235
- }