purecss-sass 1.0.1.1 → 2.0.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v1.0.1
2
+ Pure v2.0.0
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE.md
@@ -10,12 +10,6 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
10
10
  letter-spacing: -0.31em;
11
11
 
12
12
  /* Webkit: collapse white-space between units */
13
- *letter-spacing: normal;
14
-
15
- /* reset IE < 8 */
16
- *word-spacing: -0.43em;
17
-
18
- /* IE < 8: collapse white-space between units */
19
13
  text-rendering: optimizespeed;
20
14
 
21
15
  /* Webkit: fixes text-rendering: optimizeLegibility */
@@ -39,19 +33,10 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
39
33
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
40
34
 
41
35
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
42
- display: -webkit-box;
43
- display: -webkit-flex;
44
- display: -ms-flexbox;
45
36
  display: flex;
46
- -webkit-box-orient: horizontal;
47
- -webkit-box-direction: normal;
48
- -webkit-flex-flow: row wrap;
49
- -ms-flex-flow: row wrap;
50
37
  flex-flow: row wrap;
51
38
 
52
39
  /* Prevents distributing space between rows */
53
- -webkit-align-content: flex-start;
54
- -ms-flex-line-pack: start;
55
40
  align-content: flex-start;
56
41
  }
57
42
 
@@ -73,10 +58,6 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
73
58
 
74
59
  .pure-u {
75
60
  display: inline-block;
76
- *display: inline;
77
-
78
- /* IE < 8: fake inline-block */
79
- zoom: 1;
80
61
  letter-spacing: normal;
81
62
  word-spacing: normal;
82
63
  vertical-align: top;
@@ -94,8 +75,6 @@ this the same font stack that Normalize.css sets for the `body`.
94
75
 
95
76
  .pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-5-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-2-24, .pure-u-3-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
96
77
  display: inline-block;
97
- *display: inline;
98
- zoom: 1;
99
78
  letter-spacing: normal;
100
79
  word-spacing: normal;
101
80
  vertical-align: top;
@@ -104,137 +83,110 @@ this the same font stack that Normalize.css sets for the `body`.
104
83
 
105
84
  .pure-u-1-24 {
106
85
  width: 4.1667%;
107
- *width: 4.1357%;
108
86
  }
109
87
 
110
88
  .pure-u-1-12, .pure-u-2-24 {
111
89
  width: 8.3333%;
112
- *width: 8.3023%;
113
90
  }
114
91
 
115
92
  .pure-u-1-8, .pure-u-3-24 {
116
93
  width: 12.5000%;
117
- *width: 12.4690%;
118
94
  }
119
95
 
120
96
  .pure-u-1-6, .pure-u-4-24 {
121
97
  width: 16.6667%;
122
- *width: 16.6357%;
123
98
  }
124
99
 
125
100
  .pure-u-1-5 {
126
101
  width: 20%;
127
- *width: 19.9690%;
128
102
  }
129
103
 
130
104
  .pure-u-5-24 {
131
105
  width: 20.8333%;
132
- *width: 20.8023%;
133
106
  }
134
107
 
135
108
  .pure-u-1-4, .pure-u-6-24 {
136
109
  width: 25%;
137
- *width: 24.9690%;
138
110
  }
139
111
 
140
112
  .pure-u-7-24 {
141
113
  width: 29.1667%;
142
- *width: 29.1357%;
143
114
  }
144
115
 
145
116
  .pure-u-1-3, .pure-u-8-24 {
146
117
  width: 33.3333%;
147
- *width: 33.3023%;
148
118
  }
149
119
 
150
120
  .pure-u-3-8, .pure-u-9-24 {
151
121
  width: 37.5000%;
152
- *width: 37.4690%;
153
122
  }
154
123
 
155
124
  .pure-u-2-5 {
156
125
  width: 40%;
157
- *width: 39.9690%;
158
126
  }
159
127
 
160
128
  .pure-u-5-12, .pure-u-10-24 {
161
129
  width: 41.6667%;
162
- *width: 41.6357%;
163
130
  }
164
131
 
165
132
  .pure-u-11-24 {
166
133
  width: 45.8333%;
167
- *width: 45.8023%;
168
134
  }
169
135
 
170
136
  .pure-u-1-2, .pure-u-12-24 {
171
137
  width: 50%;
172
- *width: 49.9690%;
173
138
  }
174
139
 
175
140
  .pure-u-13-24 {
176
141
  width: 54.1667%;
177
- *width: 54.1357%;
178
142
  }
179
143
 
180
144
  .pure-u-7-12, .pure-u-14-24 {
181
145
  width: 58.3333%;
182
- *width: 58.3023%;
183
146
  }
184
147
 
185
148
  .pure-u-3-5 {
186
149
  width: 60%;
187
- *width: 59.9690%;
188
150
  }
189
151
 
190
152
  .pure-u-5-8, .pure-u-15-24 {
191
153
  width: 62.5000%;
192
- *width: 62.4690%;
193
154
  }
194
155
 
195
156
  .pure-u-2-3, .pure-u-16-24 {
196
157
  width: 66.6667%;
197
- *width: 66.6357%;
198
158
  }
199
159
 
200
160
  .pure-u-17-24 {
201
161
  width: 70.8333%;
202
- *width: 70.8023%;
203
162
  }
204
163
 
205
164
  .pure-u-3-4, .pure-u-18-24 {
206
165
  width: 75%;
207
- *width: 74.9690%;
208
166
  }
209
167
 
210
168
  .pure-u-19-24 {
211
169
  width: 79.1667%;
212
- *width: 79.1357%;
213
170
  }
214
171
 
215
172
  .pure-u-4-5 {
216
173
  width: 80%;
217
- *width: 79.9690%;
218
174
  }
219
175
 
220
176
  .pure-u-5-6, .pure-u-20-24 {
221
177
  width: 83.3333%;
222
- *width: 83.3023%;
223
178
  }
224
179
 
225
180
  .pure-u-7-8, .pure-u-21-24 {
226
181
  width: 87.5000%;
227
- *width: 87.4690%;
228
182
  }
229
183
 
230
184
  .pure-u-11-12, .pure-u-22-24 {
231
185
  width: 91.6667%;
232
- *width: 91.6357%;
233
186
  }
234
187
 
235
188
  .pure-u-23-24 {
236
189
  width: 95.8333%;
237
- *width: 95.8023%;
238
190
  }
239
191
 
240
192
  .pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v1.0.1
2
+ Pure v2.0.0
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE.md
@@ -7,7 +7,6 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
7
7
  /*csslint adjoining-classes: false, box-model:false*/
8
8
 
9
9
  .pure-menu {
10
- -webkit-box-sizing: border-box;
11
10
  box-sizing: border-box;
12
11
  }
13
12
 
@@ -52,8 +51,6 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
52
51
 
53
52
  .pure-menu-item, .pure-menu-heading, .pure-menu-separator {
54
53
  display: inline-block;
55
- *display: inline;
56
- zoom: 1;
57
54
  vertical-align: middle;
58
55
  }
59
56
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Pure v1.0.1
2
+ Pure v2.0.0
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
5
  https://github.com/pure-css/pure/blob/master/LICENSE.md
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purecss-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Tarasov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-14 00:00:00.000000000 Z
11
+ date: 2020-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sassc
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '3.5'
47
+ version: '3.9'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '3.5'
54
+ version: '3.9'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: sassc-rails
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -80,8 +80,7 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '3.0'
83
- description: Pure CSS framework by Yahoo, converted to Sass and ready to use in Ruby
84
- projects
83
+ description: Pure CSS framework, converted to Sass
85
84
  email:
86
85
  - info@rubysamurai.com
87
86
  executables: []
@@ -90,6 +89,7 @@ extra_rdoc_files: []
90
89
  files:
91
90
  - ".gitignore"
92
91
  - ".rspec"
92
+ - ".rubocop.yml"
93
93
  - ".travis.yml"
94
94
  - CHANGELOG.md
95
95
  - Gemfile
@@ -106,6 +106,7 @@ files:
106
106
  - vendor/assets/stylesheets/_purecss.scss
107
107
  - vendor/assets/stylesheets/purecss/_base.scss
108
108
  - vendor/assets/stylesheets/purecss/_buttons.scss
109
+ - vendor/assets/stylesheets/purecss/_forms-nr.scss
109
110
  - vendor/assets/stylesheets/purecss/_forms.scss
110
111
  - vendor/assets/stylesheets/purecss/_grids-responsive.scss
111
112
  - vendor/assets/stylesheets/purecss/_grids.scss
@@ -114,7 +115,9 @@ files:
114
115
  homepage: https://github.com/rubysamurai/purecss-sass
115
116
  licenses:
116
117
  - MIT
117
- metadata: {}
118
+ metadata:
119
+ bug_tracker_uri: https://github.com/rubysamurai/purecss-sass/issues
120
+ changelog_uri: https://github.com/rubysamurai/purecss-sass/blob/master/CHANGELOG.md
118
121
  post_install_message:
119
122
  rdoc_options: []
120
123
  require_paths:
@@ -133,5 +136,5 @@ requirements: []
133
136
  rubygems_version: 3.0.6
134
137
  signing_key:
135
138
  specification_version: 4
136
- summary: Pure CSS framework by Yahoo, converted to Sass and ready to use in Ruby projects
139
+ summary: Pure CSS framework, converted to Sass
137
140
  test_files: []