bourbon 4.0.2 → 4.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.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +6 -6
  3. data/.npmignore +12 -9
  4. data/CONTRIBUTING.md +34 -0
  5. data/Gemfile +0 -1
  6. data/{LICENSE → LICENSE.md} +3 -3
  7. data/README.md +130 -0
  8. data/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss +399 -5
  9. data/app/assets/stylesheets/_bourbon.scss +14 -7
  10. data/app/assets/stylesheets/addons/_clearfix.scss +11 -16
  11. data/app/assets/stylesheets/addons/_ellipsis.scss +1 -0
  12. data/app/assets/stylesheets/addons/_hide-text.scss +4 -2
  13. data/app/assets/stylesheets/addons/_html5-input-types.scss +4 -0
  14. data/app/assets/stylesheets/addons/_position.scss +13 -19
  15. data/app/assets/stylesheets/addons/_size.scss +17 -7
  16. data/app/assets/stylesheets/addons/_word-wrap.scss +3 -1
  17. data/app/assets/stylesheets/css3/_background.scss +1 -1
  18. data/app/assets/stylesheets/css3/_border-radius.scss +14 -14
  19. data/app/assets/stylesheets/css3/_flex-box.scss +151 -152
  20. data/app/assets/stylesheets/css3/_font-face.scss +17 -16
  21. data/app/assets/stylesheets/css3/_hidpi-media-query.scss +2 -2
  22. data/app/assets/stylesheets/css3/_selection.scss +14 -0
  23. data/app/assets/stylesheets/css3/_text-decoration.scss +19 -0
  24. data/app/assets/stylesheets/functions/_contains.scss +12 -0
  25. data/app/assets/stylesheets/functions/_is-length.scss +7 -0
  26. data/app/assets/stylesheets/functions/_is-size.scss +6 -0
  27. data/app/assets/stylesheets/functions/_modular-scale.scss +4 -1
  28. data/app/assets/stylesheets/helpers/_font-source-declaration.scss +36 -0
  29. data/app/assets/stylesheets/helpers/_is-num.scss +4 -7
  30. data/bourbon.gemspec +13 -16
  31. data/bower.json +25 -8
  32. data/lib/bourbon/version.rb +1 -1
  33. data/package.json +18 -14
  34. data/sache.json +5 -0
  35. metadata +40 -108
  36. data/Gemfile.lock +0 -49
  37. data/app/assets/stylesheets/addons/_button.scss +0 -374
  38. data/app/assets/stylesheets/functions/_flex-grid.scss +0 -39
  39. data/app/assets/stylesheets/functions/_golden-ratio.scss +0 -3
  40. data/app/assets/stylesheets/functions/_grid-width.scss +0 -13
  41. data/dist/_bourbon-deprecated-upcoming.scss +0 -8
  42. data/dist/_bourbon.scss +0 -79
  43. data/dist/addons/_button.scss +0 -374
  44. data/dist/addons/_clearfix.scss +0 -23
  45. data/dist/addons/_directional-values.scss +0 -111
  46. data/dist/addons/_ellipsis.scss +0 -7
  47. data/dist/addons/_font-family.scss +0 -5
  48. data/dist/addons/_hide-text.scss +0 -10
  49. data/dist/addons/_html5-input-types.scss +0 -86
  50. data/dist/addons/_position.scss +0 -32
  51. data/dist/addons/_prefixer.scss +0 -45
  52. data/dist/addons/_retina-image.scss +0 -31
  53. data/dist/addons/_size.scss +0 -16
  54. data/dist/addons/_timing-functions.scss +0 -32
  55. data/dist/addons/_triangle.scss +0 -83
  56. data/dist/addons/_word-wrap.scss +0 -8
  57. data/dist/css3/_animation.scss +0 -52
  58. data/dist/css3/_appearance.scss +0 -3
  59. data/dist/css3/_backface-visibility.scss +0 -6
  60. data/dist/css3/_background-image.scss +0 -42
  61. data/dist/css3/_background.scss +0 -55
  62. data/dist/css3/_border-image.scss +0 -59
  63. data/dist/css3/_border-radius.scss +0 -22
  64. data/dist/css3/_box-sizing.scss +0 -4
  65. data/dist/css3/_calc.scss +0 -4
  66. data/dist/css3/_columns.scss +0 -47
  67. data/dist/css3/_filter.scss +0 -5
  68. data/dist/css3/_flex-box.scss +0 -321
  69. data/dist/css3/_font-face.scss +0 -23
  70. data/dist/css3/_font-feature-settings.scss +0 -10
  71. data/dist/css3/_hidpi-media-query.scss +0 -10
  72. data/dist/css3/_hyphens.scss +0 -4
  73. data/dist/css3/_image-rendering.scss +0 -14
  74. data/dist/css3/_keyframes.scss +0 -35
  75. data/dist/css3/_linear-gradient.scss +0 -38
  76. data/dist/css3/_perspective.scss +0 -8
  77. data/dist/css3/_placeholder.scss +0 -8
  78. data/dist/css3/_radial-gradient.scss +0 -39
  79. data/dist/css3/_transform.scss +0 -15
  80. data/dist/css3/_transition.scss +0 -77
  81. data/dist/css3/_user-select.scss +0 -3
  82. data/dist/functions/_assign.scss +0 -11
  83. data/dist/functions/_color-lightness.scss +0 -13
  84. data/dist/functions/_flex-grid.scss +0 -39
  85. data/dist/functions/_golden-ratio.scss +0 -3
  86. data/dist/functions/_grid-width.scss +0 -13
  87. data/dist/functions/_modular-scale.scss +0 -66
  88. data/dist/functions/_px-to-em.scss +0 -13
  89. data/dist/functions/_px-to-rem.scss +0 -15
  90. data/dist/functions/_strip-units.scss +0 -5
  91. data/dist/functions/_tint-shade.scss +0 -9
  92. data/dist/functions/_transition-property-name.scss +0 -22
  93. data/dist/functions/_unpack.scss +0 -17
  94. data/dist/helpers/_convert-units.scss +0 -15
  95. data/dist/helpers/_gradient-positions-parser.scss +0 -13
  96. data/dist/helpers/_is-num.scss +0 -8
  97. data/dist/helpers/_linear-angle-parser.scss +0 -25
  98. data/dist/helpers/_linear-gradient-parser.scss +0 -41
  99. data/dist/helpers/_linear-positions-parser.scss +0 -61
  100. data/dist/helpers/_linear-side-corner-parser.scss +0 -31
  101. data/dist/helpers/_radial-arg-parser.scss +0 -69
  102. data/dist/helpers/_radial-gradient-parser.scss +0 -50
  103. data/dist/helpers/_radial-positions-parser.scss +0 -18
  104. data/dist/helpers/_render-gradients.scss +0 -26
  105. data/dist/helpers/_shape-size-stripper.scss +0 -10
  106. data/dist/helpers/_str-to-num.scss +0 -50
  107. data/dist/settings/_asset-pipeline.scss +0 -1
  108. data/dist/settings/_prefixer.scss +0 -6
  109. data/dist/settings/_px-to-em.scss +0 -1
  110. data/readme.md +0 -105
data/bower.json CHANGED
@@ -1,17 +1,34 @@
1
1
  {
2
2
  "name": "bourbon",
3
- "homepage": "http://bourbon.io/",
4
- "version": "4.0.2",
5
- "main": "dist/_bourbon.scss",
3
+ "description": "A simple and lightweight mixin library for Sass.",
4
+ "version": "4.1.0",
5
+ "main": "app/assets/stylesheets/_bourbon.scss",
6
+ "license": "MIT",
6
7
  "ignore": [
7
- "app",
8
+ "**/.*",
8
9
  "bin",
10
+ "bourbon.gemspec",
11
+ "CONTRIBUTING.md",
9
12
  "features",
13
+ "LICENSE.md",
10
14
  "lib",
11
- ".gitignore",
12
15
  "Gemfile",
13
16
  "Gemfile.lock",
14
- "Rakefile",
15
- "bourbon.gemspec"
16
- ]
17
+ "package.json",
18
+ "Rakefile"
19
+ ],
20
+ "keywords": [
21
+ "css",
22
+ "mixins",
23
+ "sass",
24
+ "scss"
25
+ ],
26
+ "authors": [
27
+ "thoughtbot (http://thoughtbot.com)"
28
+ ],
29
+ "homepage": "http://bourbon.io",
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "https://github.com/thoughtbot/bourbon.git"
33
+ }
17
34
  }
@@ -1,3 +1,3 @@
1
1
  module Bourbon
2
- VERSION = "4.0.2"
2
+ VERSION = "4.1.0"
3
3
  end
data/package.json CHANGED
@@ -1,24 +1,28 @@
1
1
  {
2
2
  "name": "bourbon",
3
- "version": "4.0.2",
3
+ "version": "4.1.0",
4
4
  "description": "A simple and lightweight mixin library for Sass.",
5
- "main": "dist/_bourbon.scss",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thoughtbot/bourbon"
12
- },
13
5
  "keywords": [
14
- "scss",
15
6
  "css",
16
- "mixins"
7
+ "mixins",
8
+ "sass",
9
+ "scss"
17
10
  ],
18
- "author": "Thoughtbot",
19
- "license": "MIT",
11
+ "homepage": "http://bourbon.io",
20
12
  "bugs": {
21
13
  "url": "https://github.com/thoughtbot/bourbon/issues"
22
14
  },
23
- "homepage": "https://github.com/thoughtbot/bourbon"
15
+ "license": "MIT",
16
+ "author": {
17
+ "name": "thoughtbot",
18
+ "url": "http://thoughtbot.com"
19
+ },
20
+ "main": "app/assets/stylesheets/_bourbon.scss",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/thoughtbot/bourbon.git"
24
+ },
25
+ "scripts": {
26
+ "test": "echo \"No test specified\""
27
+ }
24
28
  }
data/sache.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "Bourbon",
3
+ "description": "A simple and lightweight mixin library for Sass",
4
+ "tags": ["add-ons", "animation", "functions", "library", "mixins", "prefixing"]
5
+ }
metadata CHANGED
@@ -1,106 +1,104 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bourbon
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.1.0
5
5
  platform: ruby
6
6
  authors:
7
- - Phil LaPier
8
- - Chad Mazzola
9
- - Matt Jankowski
10
- - Nick Quaranto
11
- - Jeremy Raines
12
- - Mike Burns
13
7
  - Andres Mejia
14
- - Travis Haynes
8
+ - Chad Mazzola
15
9
  - Chris Lloyd
16
10
  - Gabe Berke-Williams
17
11
  - J. Edward Dewyea
18
- - Reda Lemeden
12
+ - Jeremy Raines
19
13
  - Kyle Fiedler
14
+ - Matt Jankowski
15
+ - Mike Burns
16
+ - Nick Quaranto
17
+ - Phil LaPier
18
+ - Reda Lemeden
19
+ - Travis Haynes
20
+ - Tyson Gach
21
+ - Will McMahan
20
22
  autorequire:
21
23
  bindir: bin
22
24
  cert_chain: []
23
- date: 2014-05-21 00:00:00.000000000 Z
25
+ date: 2014-12-30 00:00:00.000000000 Z
24
26
  dependencies:
25
27
  - !ruby/object:Gem::Dependency
26
28
  name: sass
27
29
  requirement: !ruby/object:Gem::Requirement
28
30
  requirements:
29
- - - ~>
31
+ - - "~>"
30
32
  - !ruby/object:Gem::Version
31
33
  version: '3.3'
32
34
  type: :runtime
33
35
  prerelease: false
34
36
  version_requirements: !ruby/object:Gem::Requirement
35
37
  requirements:
36
- - - ~>
38
+ - - "~>"
37
39
  - !ruby/object:Gem::Version
38
40
  version: '3.3'
39
41
  - !ruby/object:Gem::Dependency
40
42
  name: thor
41
43
  requirement: !ruby/object:Gem::Requirement
42
44
  requirements:
43
- - - '>='
45
+ - - ">="
44
46
  - !ruby/object:Gem::Version
45
47
  version: '0'
46
48
  type: :runtime
47
49
  prerelease: false
48
50
  version_requirements: !ruby/object:Gem::Requirement
49
51
  requirements:
50
- - - '>='
52
+ - - ">="
51
53
  - !ruby/object:Gem::Version
52
54
  version: '0'
53
55
  - !ruby/object:Gem::Dependency
54
56
  name: aruba
55
57
  requirement: !ruby/object:Gem::Requirement
56
58
  requirements:
57
- - - ~>
59
+ - - "~>"
58
60
  - !ruby/object:Gem::Version
59
61
  version: '0.4'
60
62
  type: :development
61
63
  prerelease: false
62
64
  version_requirements: !ruby/object:Gem::Requirement
63
65
  requirements:
64
- - - ~>
66
+ - - "~>"
65
67
  - !ruby/object:Gem::Version
66
68
  version: '0.4'
67
69
  - !ruby/object:Gem::Dependency
68
70
  name: rake
69
71
  requirement: !ruby/object:Gem::Requirement
70
72
  requirements:
71
- - - '>='
73
+ - - ">="
72
74
  - !ruby/object:Gem::Version
73
75
  version: '0'
74
76
  type: :development
75
77
  prerelease: false
76
78
  version_requirements: !ruby/object:Gem::Requirement
77
79
  requirements:
78
- - - '>='
80
+ - - ">="
79
81
  - !ruby/object:Gem::Version
80
82
  version: '0'
81
83
  description: |
82
- Bourbon provides a comprehensive framework of
83
- sass mixins that are designed to be as vanilla as possible. Meaning they
84
- should not deter from the original CSS syntax. The mixins contain vendor
85
- specific prefixes for all CSS3 properties for support amongst modern
86
- browsers. The prefixes also ensure graceful degradation for older browsers
87
- that support only CSS3 prefixed properties.
88
- email:
89
- - support@thoughtbot.com
84
+ Bourbon is a library of pure Sass mixins that are designed to be simple and easy
85
+ to use. No configuration required. The mixins aim to be as vanilla as possible,
86
+ meaning they should be as close to the original CSS syntax as possible.
87
+ email: design+bourbon@thoughtbot.com
90
88
  executables:
91
89
  - bourbon
92
90
  extensions: []
93
91
  extra_rdoc_files: []
94
92
  files:
95
- - .gitignore
96
- - .npmignore
93
+ - ".gitignore"
94
+ - ".npmignore"
95
+ - CONTRIBUTING.md
97
96
  - Gemfile
98
- - Gemfile.lock
99
- - LICENSE
97
+ - LICENSE.md
98
+ - README.md
100
99
  - Rakefile
101
100
  - app/assets/stylesheets/_bourbon-deprecated-upcoming.scss
102
101
  - app/assets/stylesheets/_bourbon.scss
103
- - app/assets/stylesheets/addons/_button.scss
104
102
  - app/assets/stylesheets/addons/_clearfix.scss
105
103
  - app/assets/stylesheets/addons/_directional-values.scss
106
104
  - app/assets/stylesheets/addons/_ellipsis.scss
@@ -136,14 +134,16 @@ files:
136
134
  - app/assets/stylesheets/css3/_perspective.scss
137
135
  - app/assets/stylesheets/css3/_placeholder.scss
138
136
  - app/assets/stylesheets/css3/_radial-gradient.scss
137
+ - app/assets/stylesheets/css3/_selection.scss
138
+ - app/assets/stylesheets/css3/_text-decoration.scss
139
139
  - app/assets/stylesheets/css3/_transform.scss
140
140
  - app/assets/stylesheets/css3/_transition.scss
141
141
  - app/assets/stylesheets/css3/_user-select.scss
142
142
  - app/assets/stylesheets/functions/_assign.scss
143
143
  - app/assets/stylesheets/functions/_color-lightness.scss
144
- - app/assets/stylesheets/functions/_flex-grid.scss
145
- - app/assets/stylesheets/functions/_golden-ratio.scss
146
- - app/assets/stylesheets/functions/_grid-width.scss
144
+ - app/assets/stylesheets/functions/_contains.scss
145
+ - app/assets/stylesheets/functions/_is-length.scss
146
+ - app/assets/stylesheets/functions/_is-size.scss
147
147
  - app/assets/stylesheets/functions/_modular-scale.scss
148
148
  - app/assets/stylesheets/functions/_px-to-em.scss
149
149
  - app/assets/stylesheets/functions/_px-to-rem.scss
@@ -152,6 +152,7 @@ files:
152
152
  - app/assets/stylesheets/functions/_transition-property-name.scss
153
153
  - app/assets/stylesheets/functions/_unpack.scss
154
154
  - app/assets/stylesheets/helpers/_convert-units.scss
155
+ - app/assets/stylesheets/helpers/_font-source-declaration.scss
155
156
  - app/assets/stylesheets/helpers/_gradient-positions-parser.scss
156
157
  - app/assets/stylesheets/helpers/_is-num.scss
157
158
  - app/assets/stylesheets/helpers/_linear-angle-parser.scss
@@ -170,75 +171,6 @@ files:
170
171
  - bin/bourbon
171
172
  - bourbon.gemspec
172
173
  - bower.json
173
- - dist/_bourbon-deprecated-upcoming.scss
174
- - dist/_bourbon.scss
175
- - dist/addons/_button.scss
176
- - dist/addons/_clearfix.scss
177
- - dist/addons/_directional-values.scss
178
- - dist/addons/_ellipsis.scss
179
- - dist/addons/_font-family.scss
180
- - dist/addons/_hide-text.scss
181
- - dist/addons/_html5-input-types.scss
182
- - dist/addons/_position.scss
183
- - dist/addons/_prefixer.scss
184
- - dist/addons/_retina-image.scss
185
- - dist/addons/_size.scss
186
- - dist/addons/_timing-functions.scss
187
- - dist/addons/_triangle.scss
188
- - dist/addons/_word-wrap.scss
189
- - dist/css3/_animation.scss
190
- - dist/css3/_appearance.scss
191
- - dist/css3/_backface-visibility.scss
192
- - dist/css3/_background-image.scss
193
- - dist/css3/_background.scss
194
- - dist/css3/_border-image.scss
195
- - dist/css3/_border-radius.scss
196
- - dist/css3/_box-sizing.scss
197
- - dist/css3/_calc.scss
198
- - dist/css3/_columns.scss
199
- - dist/css3/_filter.scss
200
- - dist/css3/_flex-box.scss
201
- - dist/css3/_font-face.scss
202
- - dist/css3/_font-feature-settings.scss
203
- - dist/css3/_hidpi-media-query.scss
204
- - dist/css3/_hyphens.scss
205
- - dist/css3/_image-rendering.scss
206
- - dist/css3/_keyframes.scss
207
- - dist/css3/_linear-gradient.scss
208
- - dist/css3/_perspective.scss
209
- - dist/css3/_placeholder.scss
210
- - dist/css3/_radial-gradient.scss
211
- - dist/css3/_transform.scss
212
- - dist/css3/_transition.scss
213
- - dist/css3/_user-select.scss
214
- - dist/functions/_assign.scss
215
- - dist/functions/_color-lightness.scss
216
- - dist/functions/_flex-grid.scss
217
- - dist/functions/_golden-ratio.scss
218
- - dist/functions/_grid-width.scss
219
- - dist/functions/_modular-scale.scss
220
- - dist/functions/_px-to-em.scss
221
- - dist/functions/_px-to-rem.scss
222
- - dist/functions/_strip-units.scss
223
- - dist/functions/_tint-shade.scss
224
- - dist/functions/_transition-property-name.scss
225
- - dist/functions/_unpack.scss
226
- - dist/helpers/_convert-units.scss
227
- - dist/helpers/_gradient-positions-parser.scss
228
- - dist/helpers/_is-num.scss
229
- - dist/helpers/_linear-angle-parser.scss
230
- - dist/helpers/_linear-gradient-parser.scss
231
- - dist/helpers/_linear-positions-parser.scss
232
- - dist/helpers/_linear-side-corner-parser.scss
233
- - dist/helpers/_radial-arg-parser.scss
234
- - dist/helpers/_radial-gradient-parser.scss
235
- - dist/helpers/_radial-positions-parser.scss
236
- - dist/helpers/_render-gradients.scss
237
- - dist/helpers/_shape-size-stripper.scss
238
- - dist/helpers/_str-to-num.scss
239
- - dist/settings/_asset-pipeline.scss
240
- - dist/settings/_prefixer.scss
241
- - dist/settings/_px-to-em.scss
242
174
  - features/install.feature
243
175
  - features/step_definitions/bourbon_steps.rb
244
176
  - features/support/bourbon_support.rb
@@ -251,8 +183,8 @@ files:
251
183
  - lib/bourbon/version.rb
252
184
  - lib/tasks/install.rake
253
185
  - package.json
254
- - readme.md
255
- homepage: https://github.com/thoughtbot/bourbon
186
+ - sache.json
187
+ homepage: http://bourbon.io
256
188
  licenses:
257
189
  - MIT
258
190
  metadata: {}
@@ -262,12 +194,12 @@ require_paths:
262
194
  - lib
263
195
  required_ruby_version: !ruby/object:Gem::Requirement
264
196
  requirements:
265
- - - '>='
197
+ - - ">="
266
198
  - !ruby/object:Gem::Version
267
199
  version: '0'
268
200
  required_rubygems_version: !ruby/object:Gem::Requirement
269
201
  requirements:
270
- - - '>='
202
+ - - ">="
271
203
  - !ruby/object:Gem::Version
272
204
  version: '0'
273
205
  requirements: []
@@ -275,7 +207,7 @@ rubyforge_project: bourbon
275
207
  rubygems_version: 2.2.2
276
208
  signing_key:
277
209
  specification_version: 4
278
- summary: Bourbon Sass Mixins using SCSS syntax.
210
+ summary: A simple and lightweight mixin library for Sass
279
211
  test_files:
280
212
  - features/install.feature
281
213
  - features/step_definitions/bourbon_steps.rb
data/Gemfile.lock DELETED
@@ -1,49 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- bourbon (4.0.0.rc1)
5
- sass (~> 3.3)
6
- thor
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- aruba (0.4.11)
12
- childprocess (>= 0.2.3)
13
- cucumber (>= 1.1.1)
14
- ffi (>= 1.0.11)
15
- rspec (>= 2.7.0)
16
- builder (3.0.0)
17
- childprocess (0.3.1)
18
- ffi (~> 1.0.6)
19
- cucumber (1.1.9)
20
- builder (>= 2.1.2)
21
- diff-lcs (>= 1.1.2)
22
- gherkin (~> 2.9.0)
23
- json (>= 1.4.6)
24
- term-ansicolor (>= 1.0.6)
25
- diff-lcs (1.1.3)
26
- ffi (1.0.11)
27
- gherkin (2.9.0)
28
- json (>= 1.4.6)
29
- json (1.6.5)
30
- rake (0.9.2.2)
31
- rspec (2.8.0)
32
- rspec-core (~> 2.8.0)
33
- rspec-expectations (~> 2.8.0)
34
- rspec-mocks (~> 2.8.0)
35
- rspec-core (2.8.0)
36
- rspec-expectations (2.8.0)
37
- diff-lcs (~> 1.1.2)
38
- rspec-mocks (2.8.0)
39
- sass (3.3.4)
40
- term-ansicolor (1.0.7)
41
- thor (0.18.1)
42
-
43
- PLATFORMS
44
- ruby
45
-
46
- DEPENDENCIES
47
- aruba (~> 0.4)
48
- bourbon!
49
- rake