purecss-sass 1.0.1.1 → 2.0.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.
@@ -1,8 +1,8 @@
1
1
  /*!
2
- Pure v1.0.1
2
+ Pure v2.0.4
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
- https://github.com/pure-css/pure/blob/master/LICENSE.md
5
+ https://github.com/pure-css/pure/blob/master/LICENSE
6
6
  */
7
7
  /*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
8
8
 
@@ -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 */
@@ -40,17 +34,14 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
40
34
 
41
35
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
42
36
  display: -webkit-box;
43
- display: -webkit-flex;
44
37
  display: -ms-flexbox;
45
38
  display: flex;
46
39
  -webkit-box-orient: horizontal;
47
40
  -webkit-box-direction: normal;
48
- -webkit-flex-flow: row wrap;
49
41
  -ms-flex-flow: row wrap;
50
42
  flex-flow: row wrap;
51
43
 
52
44
  /* Prevents distributing space between rows */
53
- -webkit-align-content: flex-start;
54
45
  -ms-flex-line-pack: start;
55
46
  align-content: flex-start;
56
47
  }
@@ -73,10 +64,6 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
73
64
 
74
65
  .pure-u {
75
66
  display: inline-block;
76
- *display: inline;
77
-
78
- /* IE < 8: fake inline-block */
79
- zoom: 1;
80
67
  letter-spacing: normal;
81
68
  word-spacing: normal;
82
69
  vertical-align: top;
@@ -94,8 +81,6 @@ this the same font stack that Normalize.css sets for the `body`.
94
81
 
95
82
  .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
83
  display: inline-block;
97
- *display: inline;
98
- zoom: 1;
99
84
  letter-spacing: normal;
100
85
  word-spacing: normal;
101
86
  vertical-align: top;
@@ -104,137 +89,110 @@ this the same font stack that Normalize.css sets for the `body`.
104
89
 
105
90
  .pure-u-1-24 {
106
91
  width: 4.1667%;
107
- *width: 4.1357%;
108
92
  }
109
93
 
110
94
  .pure-u-1-12, .pure-u-2-24 {
111
95
  width: 8.3333%;
112
- *width: 8.3023%;
113
96
  }
114
97
 
115
98
  .pure-u-1-8, .pure-u-3-24 {
116
99
  width: 12.5000%;
117
- *width: 12.4690%;
118
100
  }
119
101
 
120
102
  .pure-u-1-6, .pure-u-4-24 {
121
103
  width: 16.6667%;
122
- *width: 16.6357%;
123
104
  }
124
105
 
125
106
  .pure-u-1-5 {
126
107
  width: 20%;
127
- *width: 19.9690%;
128
108
  }
129
109
 
130
110
  .pure-u-5-24 {
131
111
  width: 20.8333%;
132
- *width: 20.8023%;
133
112
  }
134
113
 
135
114
  .pure-u-1-4, .pure-u-6-24 {
136
115
  width: 25%;
137
- *width: 24.9690%;
138
116
  }
139
117
 
140
118
  .pure-u-7-24 {
141
119
  width: 29.1667%;
142
- *width: 29.1357%;
143
120
  }
144
121
 
145
122
  .pure-u-1-3, .pure-u-8-24 {
146
123
  width: 33.3333%;
147
- *width: 33.3023%;
148
124
  }
149
125
 
150
126
  .pure-u-3-8, .pure-u-9-24 {
151
127
  width: 37.5000%;
152
- *width: 37.4690%;
153
128
  }
154
129
 
155
130
  .pure-u-2-5 {
156
131
  width: 40%;
157
- *width: 39.9690%;
158
132
  }
159
133
 
160
134
  .pure-u-5-12, .pure-u-10-24 {
161
135
  width: 41.6667%;
162
- *width: 41.6357%;
163
136
  }
164
137
 
165
138
  .pure-u-11-24 {
166
139
  width: 45.8333%;
167
- *width: 45.8023%;
168
140
  }
169
141
 
170
142
  .pure-u-1-2, .pure-u-12-24 {
171
143
  width: 50%;
172
- *width: 49.9690%;
173
144
  }
174
145
 
175
146
  .pure-u-13-24 {
176
147
  width: 54.1667%;
177
- *width: 54.1357%;
178
148
  }
179
149
 
180
150
  .pure-u-7-12, .pure-u-14-24 {
181
151
  width: 58.3333%;
182
- *width: 58.3023%;
183
152
  }
184
153
 
185
154
  .pure-u-3-5 {
186
155
  width: 60%;
187
- *width: 59.9690%;
188
156
  }
189
157
 
190
158
  .pure-u-5-8, .pure-u-15-24 {
191
159
  width: 62.5000%;
192
- *width: 62.4690%;
193
160
  }
194
161
 
195
162
  .pure-u-2-3, .pure-u-16-24 {
196
163
  width: 66.6667%;
197
- *width: 66.6357%;
198
164
  }
199
165
 
200
166
  .pure-u-17-24 {
201
167
  width: 70.8333%;
202
- *width: 70.8023%;
203
168
  }
204
169
 
205
170
  .pure-u-3-4, .pure-u-18-24 {
206
171
  width: 75%;
207
- *width: 74.9690%;
208
172
  }
209
173
 
210
174
  .pure-u-19-24 {
211
175
  width: 79.1667%;
212
- *width: 79.1357%;
213
176
  }
214
177
 
215
178
  .pure-u-4-5 {
216
179
  width: 80%;
217
- *width: 79.9690%;
218
180
  }
219
181
 
220
182
  .pure-u-5-6, .pure-u-20-24 {
221
183
  width: 83.3333%;
222
- *width: 83.3023%;
223
184
  }
224
185
 
225
186
  .pure-u-7-8, .pure-u-21-24 {
226
187
  width: 87.5000%;
227
- *width: 87.4690%;
228
188
  }
229
189
 
230
190
  .pure-u-11-12, .pure-u-22-24 {
231
191
  width: 91.6667%;
232
- *width: 91.6357%;
233
192
  }
234
193
 
235
194
  .pure-u-23-24 {
236
195
  width: 95.8333%;
237
- *width: 95.8023%;
238
196
  }
239
197
 
240
198
  .pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
@@ -1,8 +1,8 @@
1
1
  /*!
2
- Pure v1.0.1
2
+ Pure v2.0.4
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
- https://github.com/pure-css/pure/blob/master/LICENSE.md
5
+ https://github.com/pure-css/pure/blob/master/LICENSE
6
6
  */
7
7
  /*csslint adjoining-classes: false, box-model:false*/
8
8
 
@@ -52,8 +52,6 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
52
52
 
53
53
  .pure-menu-item, .pure-menu-heading, .pure-menu-separator {
54
54
  display: inline-block;
55
- *display: inline;
56
- zoom: 1;
57
55
  vertical-align: middle;
58
56
  }
59
57
  }
@@ -120,7 +118,6 @@ https://github.com/pure-css/pure/blob/master/LICENSE.md
120
118
  white-space: nowrap;
121
119
  overflow-y: hidden;
122
120
  overflow-x: auto;
123
- -webkit-overflow-scrolling: touch;
124
121
 
125
122
  /* a little extra padding for this style to allow for scrollbars */
126
123
  padding: .5em 0;
@@ -1,8 +1,8 @@
1
1
  /*!
2
- Pure v1.0.1
2
+ Pure v2.0.4
3
3
  Copyright 2013 Yahoo!
4
4
  Licensed under the BSD License.
5
- https://github.com/pure-css/pure/blob/master/LICENSE.md
5
+ https://github.com/pure-css/pure/blob/master/LICENSE
6
6
  */
7
7
 
8
8
  .pure-table {
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.4
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: 2021-01-20 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,17 +80,17 @@ 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: []
88
87
  extensions: []
89
88
  extra_rdoc_files: []
90
89
  files:
90
+ - ".github/workflows/ci.yml"
91
91
  - ".gitignore"
92
92
  - ".rspec"
93
- - ".travis.yml"
93
+ - ".rubocop.yml"
94
94
  - CHANGELOG.md
95
95
  - Gemfile
96
96
  - LICENSE.txt
@@ -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:
@@ -130,8 +133,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
133
  - !ruby/object:Gem::Version
131
134
  version: '0'
132
135
  requirements: []
133
- rubygems_version: 3.0.6
136
+ rubygems_version: 3.1.4
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: []
@@ -1,9 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.3.8
4
- - 2.4.6
5
- - 2.5.5
6
- - 2.6.3
7
- before_install:
8
- - gem update --system
9
- - gem install bundler