purecss-sass 1.0.0 → 1.0.1
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 +5 -5
- data/.travis.yml +7 -5
- data/CHANGELOG.md +7 -0
- data/README.md +6 -22
- data/lib/purecss/sass/version.rb +1 -1
- data/package.json +2 -2
- data/vendor/assets/stylesheets/purecss/_base.scss +5 -2
- data/vendor/assets/stylesheets/purecss/_buttons.scss +13 -16
- data/vendor/assets/stylesheets/purecss/_forms.scss +8 -2
- data/vendor/assets/stylesheets/purecss/_grids-responsive.scss +2 -2
- data/vendor/assets/stylesheets/purecss/_grids.scss +5 -3
- data/vendor/assets/stylesheets/purecss/_menus.scss +4 -8
- data/vendor/assets/stylesheets/purecss/_tables.scss +2 -9
- metadata +3 -5
- data/bower.json +0 -28
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 40e04e657210772653f414cb9678c50f2a3dc486000262fcb6676d06eb2f385b
|
|
4
|
+
data.tar.gz: af55fdd014db1c363690588375bda2d1a7f60f47a6f9b625707f030e48153cb2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a85826752d19d33e5c804cc6f0bb6e97d154cbcb62b2bb92d890126d7e6bd70de5cb6fc412a862e524bcd39d47cc2c692ec12df0b611b9e424b276b7a92174a
|
|
7
|
+
data.tar.gz: d6b3b71391620a32038bf54cba4e6b2eb37ff3444499e3c8c91aa29c242868a15a19187c23b0e7fafb08d11cbd78b471f07de101a922427db5a7fd1e07966ef6
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -4,16 +4,15 @@
|
|
|
4
4
|
[](http://badge.fury.io/js/purecss-sass)
|
|
5
5
|
[](https://travis-ci.org/rubysamurai/purecss-sass)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
[Pure](https://purecss.io/) is a set of small, responsive CSS modules that you can use in every web project.
|
|
8
8
|
|
|
9
|
-
`purecss-sass` is a Sass-powered version of Pure CSS for your applications. It allows to include all of Pure components at once or load them individually.
|
|
9
|
+
`purecss-sass` is a Sass-powered version of Pure CSS for your applications. It allows to include all of Pure's components at once or load them individually.
|
|
10
10
|
|
|
11
11
|
Original Pure CSS files are converted using `sass-convert` and otherwise untouched and unmodified.
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
15
15
|
* [Ruby on Rails](#ruby-on-rails)
|
|
16
|
-
* [Bower](#bower)
|
|
17
16
|
* [npm](#npm)
|
|
18
17
|
|
|
19
18
|
### Ruby on Rails
|
|
@@ -36,15 +35,6 @@ Open `/app/assets/stylesheets/application.scss` file and add this line:
|
|
|
36
35
|
|
|
37
36
|
Restart Rails web server if it was running and now your Rails application is powered by Pure CSS for Sass.
|
|
38
37
|
|
|
39
|
-
### Bower
|
|
40
|
-
|
|
41
|
-
To install `purecss-sass` Bower package execute this command:
|
|
42
|
-
```
|
|
43
|
-
bower install purecss-sass
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
Then you will have a local copy of `purecss-sass` stylesheets to use in your application.
|
|
47
|
-
|
|
48
38
|
### npm
|
|
49
39
|
|
|
50
40
|
To install `purecss-sass` npm package execute this command:
|
|
@@ -72,20 +62,14 @@ You can import individual Sass components like this:
|
|
|
72
62
|
|
|
73
63
|
## Versioning
|
|
74
64
|
|
|
75
|
-
Pure CSS for Sass follows the upstream version of
|
|
76
|
-
|
|
77
|
-
Please always refer to the [CHANGELOG](https://github.com/rubysamurai/purecss-sass/blob/master/CHANGELOG.md) when upgrading.
|
|
78
|
-
|
|
79
|
-
## Contributing
|
|
80
|
-
|
|
81
|
-
Anyone is welcome to contribute to Pure CSS for Sass. Please [raise an issue](https://github.com/rubysamurai/purecss-sass/issues), fork the project, make changes to your forked repository and submit a pull request.
|
|
65
|
+
Pure CSS for Sass follows the upstream version of Pure. But last version number may be ahead, in case there is a need to release project specific changes.
|
|
82
66
|
|
|
83
67
|
## Credits
|
|
84
68
|
|
|
85
|
-
Pure CSS for Sass is inspired from [bootstrap-sass](https://github.com/twbs/bootstrap-sass) by
|
|
69
|
+
Pure CSS for Sass is inspired from [bootstrap-sass](https://github.com/twbs/bootstrap-sass) by Bootstrap team.
|
|
86
70
|
|
|
87
71
|
## License
|
|
88
72
|
|
|
89
|
-
Pure ©
|
|
73
|
+
Pure © Yahoo! Inc. Licensed under the [BSD](https://github.com/pure-css/pure/blob/master/LICENSE) license.
|
|
90
74
|
|
|
91
|
-
`purecss-sass` ©
|
|
75
|
+
`purecss-sass` © Dmitriy Tarasov. Licensed under the [MIT](https://github.com/rubysamurai/purecss-sass/blob/master/LICENSE.txt) licence.
|
data/lib/purecss/sass/version.rb
CHANGED
data/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "purecss-sass",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Pure CSS framework
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Pure CSS framework, converted to Sass and ready to use in Sass powered applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pure",
|
|
7
7
|
"purecss",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Pure v1.0.
|
|
2
|
+
Pure v1.0.1
|
|
3
3
|
Copyright 2013 Yahoo!
|
|
4
4
|
Licensed under the BSD License.
|
|
5
|
-
https://github.com/
|
|
5
|
+
https://github.com/pure-css/pure/blob/master/LICENSE.md
|
|
6
6
|
*/
|
|
7
7
|
/*!
|
|
8
8
|
normalize.css v^3.0 | MIT License | git.io/normalize
|
|
@@ -215,6 +215,7 @@ figure {
|
|
|
215
215
|
*/
|
|
216
216
|
|
|
217
217
|
hr {
|
|
218
|
+
-webkit-box-sizing: content-box;
|
|
218
219
|
box-sizing: content-box;
|
|
219
220
|
height: 0;
|
|
220
221
|
}
|
|
@@ -337,6 +338,7 @@ input {
|
|
|
337
338
|
line-height: normal;
|
|
338
339
|
|
|
339
340
|
&[type="checkbox"], &[type="radio"] {
|
|
341
|
+
-webkit-box-sizing: border-box;
|
|
340
342
|
box-sizing: border-box;
|
|
341
343
|
|
|
342
344
|
/* 1 */
|
|
@@ -355,6 +357,7 @@ input {
|
|
|
355
357
|
-webkit-appearance: textfield;
|
|
356
358
|
|
|
357
359
|
/* 1 */
|
|
360
|
+
-webkit-box-sizing: content-box;
|
|
358
361
|
box-sizing: content-box;
|
|
359
362
|
|
|
360
363
|
/* 2 */
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Pure v1.0.
|
|
2
|
+
Pure v1.0.1
|
|
3
3
|
Copyright 2013 Yahoo!
|
|
4
4
|
Licensed under the BSD License.
|
|
5
|
-
https://github.com/
|
|
5
|
+
https://github.com/pure-css/pure/blob/master/LICENSE.md
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
.pure-button {
|
|
@@ -19,6 +19,7 @@ https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
|
19
19
|
-moz-user-select: none;
|
|
20
20
|
-ms-user-select: none;
|
|
21
21
|
user-select: none;
|
|
22
|
+
-webkit-box-sizing: border-box;
|
|
22
23
|
box-sizing: border-box;
|
|
23
24
|
|
|
24
25
|
&::-moz-focus-inner {
|
|
@@ -85,29 +86,20 @@ https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
|
85
86
|
}
|
|
86
87
|
|
|
87
88
|
.pure-button-hover {
|
|
88
|
-
|
|
89
|
-
filter: alpha(opacity = 90);
|
|
90
|
-
|
|
91
|
-
/* csslint ignore:end */
|
|
89
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
|
|
92
90
|
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
|
|
93
91
|
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
|
|
94
92
|
}
|
|
95
93
|
|
|
96
94
|
.pure-button {
|
|
97
95
|
&:hover {
|
|
98
|
-
|
|
99
|
-
filter: alpha(opacity = 90);
|
|
100
|
-
|
|
101
|
-
/* csslint ignore:end */
|
|
96
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
|
|
102
97
|
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
|
|
103
98
|
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
|
|
104
99
|
}
|
|
105
100
|
|
|
106
101
|
&:focus {
|
|
107
|
-
|
|
108
|
-
filter: alpha(opacity = 90);
|
|
109
|
-
|
|
110
|
-
/* csslint ignore:end */
|
|
102
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
|
|
111
103
|
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
|
|
112
104
|
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
|
|
113
105
|
outline: 0;
|
|
@@ -115,14 +107,16 @@ https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
|
115
107
|
}
|
|
116
108
|
|
|
117
109
|
.pure-button-active {
|
|
110
|
+
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
|
|
118
111
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
|
|
119
|
-
border-color: #000
|
|
112
|
+
border-color: #000;
|
|
120
113
|
}
|
|
121
114
|
|
|
122
115
|
.pure-button {
|
|
123
116
|
&:active {
|
|
117
|
+
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
|
|
124
118
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
|
|
125
|
-
border-color: #000
|
|
119
|
+
border-color: #000;
|
|
126
120
|
}
|
|
127
121
|
|
|
128
122
|
&[disabled] {
|
|
@@ -135,6 +129,7 @@ https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
|
135
129
|
/* csslint ignore:end */
|
|
136
130
|
opacity: 0.40;
|
|
137
131
|
cursor: not-allowed;
|
|
132
|
+
-webkit-box-shadow: none;
|
|
138
133
|
box-shadow: none;
|
|
139
134
|
pointer-events: none;
|
|
140
135
|
}
|
|
@@ -150,6 +145,7 @@ https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
|
150
145
|
/* csslint ignore:end */
|
|
151
146
|
opacity: 0.40;
|
|
152
147
|
cursor: not-allowed;
|
|
148
|
+
-webkit-box-shadow: none;
|
|
153
149
|
box-shadow: none;
|
|
154
150
|
pointer-events: none;
|
|
155
151
|
|
|
@@ -163,6 +159,7 @@ https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
|
163
159
|
/* csslint ignore:end */
|
|
164
160
|
opacity: 0.40;
|
|
165
161
|
cursor: not-allowed;
|
|
162
|
+
-webkit-box-shadow: none;
|
|
166
163
|
box-shadow: none;
|
|
167
164
|
pointer-events: none;
|
|
168
165
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Pure v1.0.
|
|
2
|
+
Pure v1.0.1
|
|
3
3
|
Copyright 2013 Yahoo!
|
|
4
4
|
Licensed under the BSD License.
|
|
5
|
-
https://github.com/
|
|
5
|
+
https://github.com/pure-css/pure/blob/master/LICENSE.md
|
|
6
6
|
*/
|
|
7
7
|
/*csslint box-model:false*/
|
|
8
8
|
/*
|
|
@@ -18,9 +18,11 @@ so we can ignore the csslint warning.
|
|
|
18
18
|
padding: 0.5em 0.6em;
|
|
19
19
|
display: inline-block;
|
|
20
20
|
border: 1px solid #ccc;
|
|
21
|
+
-webkit-box-shadow: inset 0 1px 3px #ddd;
|
|
21
22
|
box-shadow: inset 0 1px 3px #ddd;
|
|
22
23
|
border-radius: 4px;
|
|
23
24
|
vertical-align: middle;
|
|
25
|
+
-webkit-box-sizing: border-box;
|
|
24
26
|
box-sizing: border-box;
|
|
25
27
|
}
|
|
26
28
|
}
|
|
@@ -29,9 +31,11 @@ so we can ignore the csslint warning.
|
|
|
29
31
|
padding: 0.5em 0.6em;
|
|
30
32
|
display: inline-block;
|
|
31
33
|
border: 1px solid #ccc;
|
|
34
|
+
-webkit-box-shadow: inset 0 1px 3px #ddd;
|
|
32
35
|
box-shadow: inset 0 1px 3px #ddd;
|
|
33
36
|
border-radius: 4px;
|
|
34
37
|
vertical-align: middle;
|
|
38
|
+
-webkit-box-sizing: border-box;
|
|
35
39
|
box-sizing: border-box;
|
|
36
40
|
}
|
|
37
41
|
|
|
@@ -40,8 +44,10 @@ so we can ignore the csslint warning.
|
|
|
40
44
|
padding: 0.5em 0.6em;
|
|
41
45
|
display: inline-block;
|
|
42
46
|
border: 1px solid #ccc;
|
|
47
|
+
-webkit-box-shadow: inset 0 1px 3px #ddd;
|
|
43
48
|
box-shadow: inset 0 1px 3px #ddd;
|
|
44
49
|
border-radius: 4px;
|
|
50
|
+
-webkit-box-sizing: border-box;
|
|
45
51
|
box-sizing: border-box;
|
|
46
52
|
}
|
|
47
53
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Pure v1.0.
|
|
2
|
+
Pure v1.0.1
|
|
3
3
|
Copyright 2013 Yahoo!
|
|
4
4
|
Licensed under the BSD License.
|
|
5
|
-
https://github.com/
|
|
5
|
+
https://github.com/pure-css/pure/blob/master/LICENSE.md
|
|
6
6
|
*/
|
|
7
7
|
@media screen and (min-width: 35.5em) {
|
|
8
8
|
.pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Pure v1.0.
|
|
2
|
+
Pure v1.0.1
|
|
3
3
|
Copyright 2013 Yahoo!
|
|
4
4
|
Licensed under the BSD License.
|
|
5
|
-
https://github.com/
|
|
5
|
+
https://github.com/pure-css/pure/blob/master/LICENSE.md
|
|
6
6
|
*/
|
|
7
7
|
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
|
|
8
8
|
|
|
@@ -22,7 +22,7 @@ https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
|
22
22
|
|
|
23
23
|
/*
|
|
24
24
|
Sets the font stack to fonts known to work properly with the above letter
|
|
25
|
-
and word spacings. See: https://github.com/
|
|
25
|
+
and word spacings. See: https://github.com/pure-css/pure/issues/41/
|
|
26
26
|
|
|
27
27
|
The following font stack makes Pure Grids work on all known environments.
|
|
28
28
|
|
|
@@ -43,6 +43,8 @@ https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
|
43
43
|
display: -webkit-flex;
|
|
44
44
|
display: -ms-flexbox;
|
|
45
45
|
display: flex;
|
|
46
|
+
-webkit-box-orient: horizontal;
|
|
47
|
+
-webkit-box-direction: normal;
|
|
46
48
|
-webkit-flex-flow: row wrap;
|
|
47
49
|
-ms-flex-flow: row wrap;
|
|
48
50
|
flex-flow: row wrap;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Pure v1.0.
|
|
2
|
+
Pure v1.0.1
|
|
3
3
|
Copyright 2013 Yahoo!
|
|
4
4
|
Licensed under the BSD License.
|
|
5
|
-
https://github.com/
|
|
5
|
+
https://github.com/pure-css/pure/blob/master/LICENSE.md
|
|
6
6
|
*/
|
|
7
7
|
/*csslint adjoining-classes: false, box-model:false*/
|
|
8
8
|
|
|
9
9
|
.pure-menu {
|
|
10
|
+
-webkit-box-sizing: border-box;
|
|
10
11
|
box-sizing: border-box;
|
|
11
12
|
}
|
|
12
13
|
|
|
@@ -119,15 +120,10 @@ https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
|
119
120
|
white-space: nowrap;
|
|
120
121
|
overflow-y: hidden;
|
|
121
122
|
overflow-x: auto;
|
|
122
|
-
-ms-overflow-style: none;
|
|
123
123
|
-webkit-overflow-scrolling: touch;
|
|
124
124
|
|
|
125
125
|
/* a little extra padding for this style to allow for scrollbars */
|
|
126
126
|
padding: .5em 0;
|
|
127
|
-
|
|
128
|
-
&::-webkit-scrollbar {
|
|
129
|
-
display: none;
|
|
130
|
-
}
|
|
131
127
|
}
|
|
132
128
|
|
|
133
129
|
/* misc default styling */
|
|
@@ -194,7 +190,7 @@ https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
|
194
190
|
}
|
|
195
191
|
}
|
|
196
192
|
|
|
197
|
-
.pure-menu-selected .pure-menu-link {
|
|
193
|
+
.pure-menu-selected > .pure-menu-link {
|
|
198
194
|
color: #000;
|
|
199
195
|
|
|
200
196
|
&:visited {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Pure v1.0.
|
|
2
|
+
Pure v1.0.1
|
|
3
3
|
Copyright 2013 Yahoo!
|
|
4
4
|
Licensed under the BSD License.
|
|
5
|
-
https://github.com/
|
|
5
|
+
https://github.com/pure-css/pure/blob/master/LICENSE.md
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
.pure-table {
|
|
@@ -34,10 +34,6 @@ https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
|
34
34
|
/* cell padding */
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
td:first-child, th:first-child {
|
|
38
|
-
border-left-width: 0;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
37
|
thead {
|
|
42
38
|
background-color: #e0e0e0;
|
|
43
39
|
color: #000;
|
|
@@ -50,9 +46,6 @@ https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
|
50
46
|
}
|
|
51
47
|
}
|
|
52
48
|
|
|
53
|
-
/* Consider removing this next declaration block, as it causes problems when
|
|
54
|
-
there's a rowspan on the first cell. Case added to the tests. issue#432 */
|
|
55
|
-
|
|
56
49
|
/*
|
|
57
50
|
striping:
|
|
58
51
|
even - #fff (white)
|
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.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dmitriy Tarasov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-07-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|
|
@@ -84,7 +84,6 @@ files:
|
|
|
84
84
|
- Rakefile
|
|
85
85
|
- bin/console
|
|
86
86
|
- bin/setup
|
|
87
|
-
- bower.json
|
|
88
87
|
- lib/purecss-sass.rb
|
|
89
88
|
- lib/purecss/sass/engine.rb
|
|
90
89
|
- lib/purecss/sass/version.rb
|
|
@@ -117,8 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
117
116
|
- !ruby/object:Gem::Version
|
|
118
117
|
version: '0'
|
|
119
118
|
requirements: []
|
|
120
|
-
|
|
121
|
-
rubygems_version: 2.6.12
|
|
119
|
+
rubygems_version: 3.0.4
|
|
122
120
|
signing_key:
|
|
123
121
|
specification_version: 4
|
|
124
122
|
summary: Pure CSS framework by Yahoo, converted to Sass and ready to use in Ruby projects
|
data/bower.json
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "purecss-sass",
|
|
3
|
-
"homepage": "https://github.com/rubysamurai/purecss-sass",
|
|
4
|
-
"authors": [
|
|
5
|
-
"Dmitriy Tarasov"
|
|
6
|
-
],
|
|
7
|
-
"description": "Pure CSS framework by Yahoo, converted to Sass and ready to use in Sass powered applications",
|
|
8
|
-
"main": "vendor/assets/stylesheets/_purecss.scss",
|
|
9
|
-
"keywords": [
|
|
10
|
-
"pure",
|
|
11
|
-
"purecss",
|
|
12
|
-
"sass",
|
|
13
|
-
"scss"
|
|
14
|
-
],
|
|
15
|
-
"license": "MIT",
|
|
16
|
-
"ignore": [
|
|
17
|
-
"**/.*",
|
|
18
|
-
"bin",
|
|
19
|
-
"lib",
|
|
20
|
-
"spec",
|
|
21
|
-
"CHANGELOG.md",
|
|
22
|
-
"Gemfile",
|
|
23
|
-
"README.md",
|
|
24
|
-
"Rakefile",
|
|
25
|
-
"package.json",
|
|
26
|
-
"purecss-sass.gemspec"
|
|
27
|
-
]
|
|
28
|
-
}
|