bourbon 4.0.2 → 4.1.0.pre

Sign up to get free protection for your applications and to get access to all the features.
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 +41 -109
  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
@@ -1,23 +1,24 @@
1
- // Order of the includes matters, and it is: normal, bold, italic, bold+italic.
1
+ @mixin font-face(
2
+ $font-family,
3
+ $file-path,
4
+ $weight: normal,
5
+ $style: normal,
6
+ $asset-pipeline: $asset-pipeline,
7
+ $file-formats: eot woff2 woff ttf svg) {
8
+
9
+ $font-url-prefix: font-url-prefixer($asset-pipeline);
2
10
 
3
- @mixin font-face($font-family, $file-path, $weight: normal, $style: normal, $asset-pipeline: $asset-pipeline) {
4
11
  @font-face {
5
12
  font-family: $font-family;
6
- font-weight: $weight;
7
13
  font-style: $style;
14
+ font-weight: $weight;
8
15
 
9
- @if $asset-pipeline == true {
10
- src: font-url('#{$file-path}.eot');
11
- src: font-url('#{$file-path}.eot?#iefix') format('embedded-opentype'),
12
- font-url('#{$file-path}.woff') format('woff'),
13
- font-url('#{$file-path}.ttf') format('truetype'),
14
- font-url('#{$file-path}.svg##{$font-family}') format('svg');
15
- } @else {
16
- src: url('#{$file-path}.eot');
17
- src: url('#{$file-path}.eot?#iefix') format('embedded-opentype'),
18
- url('#{$file-path}.woff') format('woff'),
19
- url('#{$file-path}.ttf') format('truetype'),
20
- url('#{$file-path}.svg##{$font-family}') format('svg');
21
- }
16
+ src: font-source-declaration(
17
+ $font-family,
18
+ $file-path,
19
+ $asset-pipeline,
20
+ $file-formats,
21
+ $font-url-prefix
22
+ );
22
23
  }
23
24
  }
@@ -3,8 +3,8 @@
3
3
  @media only screen and (-webkit-min-device-pixel-ratio: $ratio),
4
4
  only screen and (min--moz-device-pixel-ratio: $ratio),
5
5
  only screen and (-o-min-device-pixel-ratio: #{$ratio}/1),
6
- only screen and (min-resolution: #{round($ratio*96)}dpi),
7
- only screen and (min-resolution: #{$ratio}dppx) {
6
+ only screen and (min-resolution: round($ratio * 96dpi)),
7
+ only screen and (min-resolution: $ratio * 1dppx) {
8
8
  @content;
9
9
  }
10
10
  }
@@ -0,0 +1,14 @@
1
+ @mixin selection {
2
+ $before-colons: "";
3
+
4
+ @if & {
5
+ $before-colons: "&"
6
+ }
7
+
8
+ #{$before-colons}::selection {
9
+ @content;
10
+ }
11
+ #{$before-colons}::-moz-selection {
12
+ @content;
13
+ }
14
+ }
@@ -0,0 +1,19 @@
1
+ @mixin text-decoration($value) {
2
+ // <text-decoration-line> || <text-decoration-style> || <text-decoration-color>
3
+ @include prefixer(text-decoration, $value, moz);
4
+ }
5
+
6
+ @mixin text-decoration-line($line: none) {
7
+ // none || underline || overline || line-through
8
+ @include prefixer(text-decoration-line, $line, moz);
9
+ }
10
+
11
+ @mixin text-decoration-style($style: solid) {
12
+ // solid || double || dotted || dashed || wavy
13
+ @include prefixer(text-decoration-style, $style, moz webkit);
14
+ }
15
+
16
+ @mixin text-decoration-color($color: currentColor) {
17
+ // currentColor || <color>
18
+ @include prefixer(text-decoration-color, $color, moz);
19
+ }
@@ -0,0 +1,12 @@
1
+ // Test a Sass list to see if it contains a defined value
2
+ // Allows for checking if a list contains several values at once
3
+
4
+ @function contains($list, $values...) {
5
+ @each $value in $values {
6
+ @if type-of(index($list, $value)) != "number" {
7
+ @return false;
8
+ }
9
+ }
10
+
11
+ @return true;
12
+ }
@@ -0,0 +1,7 @@
1
+ // Check for a valid length
2
+
3
+ @function is-length($value) {
4
+ @return type-of($value) != "null" and (str-slice($value + "", 1, 4) == 'calc'
5
+ or index(auto inherit initial 0, $value)
6
+ or (type-of($value) == "number" and not(unitless($value))));
7
+ }
@@ -0,0 +1,6 @@
1
+ // Check for a valid size
2
+
3
+ @function is-size($value) {
4
+ @return is-length($value)
5
+ or contains("fill" "fit-content" "min-content" "max-content", $value);
6
+ }
@@ -17,7 +17,10 @@ $major-eleventh: 2.667;
17
17
  $major-twelfth: 3;
18
18
  $double-octave: 4;
19
19
 
20
- @function modular-scale($value, $increment, $ratio) {
20
+ $modular-scale-ratio: $perfect-fourth !default;
21
+ $modular-scale-base: em($em-base) !default;
22
+
23
+ @function modular-scale($increment, $value: $modular-scale-base, $ratio: $modular-scale-ratio) {
21
24
  $v1: nth($value, 1);
22
25
  $v2: nth($value, length($value));
23
26
  $value: $v1;
@@ -0,0 +1,36 @@
1
+ // Used for creating the source string for fonts using @font-face
2
+ // Reference: http://goo.gl/Ru1bKP
3
+
4
+ @function font-url-prefixer($asset-pipeline) {
5
+ @if $asset-pipeline == true {
6
+ @return font-url;
7
+ } @else {
8
+ @return url;
9
+ }
10
+ }
11
+
12
+ @function font-source-declaration(
13
+ $font-family,
14
+ $file-path,
15
+ $asset-pipeline,
16
+ $file-formats,
17
+ $font-url) {
18
+
19
+ $src: null;
20
+
21
+ $formats-map: (
22
+ eot: $font-url + "(\"#{$file-path}.eot?#iefix\")" format("embedded-opentype"),
23
+ woff2: $font-url + "(\"#{$file-path}.woff2\")" format("woff2"),
24
+ woff: $font-url + "(\"#{$file-path}.woff\")" format("woff"),
25
+ ttf: $font-url + "(\"#{$file-path}.ttf\")" format("truetype"),
26
+ svg: $font-url + "(\"#{$file-path}.svg##{$font-family}\")" format("svg")
27
+ );
28
+
29
+ @each $format, $file-path in $formats-map {
30
+ @if contains($file-formats, $format) {
31
+ $src: append($src, $file-path, comma);
32
+ }
33
+ }
34
+
35
+ @return $src;
36
+ }
@@ -1,8 +1,5 @@
1
- //************************************************************************//
2
- // Helper for linear-gradient-parser
3
- //************************************************************************//
4
- @function _is-num($char) {
5
- $values: '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' 0 1 2 3 4 5 6 7 8 9;
6
- $index: index($values, $char);
7
- @return if($index, true, false);
1
+ // Check for a valid number
2
+
3
+ @function _is-num($value) {
4
+ @return contains('0' '1' '2' '3' '4' '5' '6' '7' '8' '9' 0 1 2 3 4 5 6 7 8 9, $value);
8
5
  }
@@ -1,31 +1,28 @@
1
- # -*- encoding: utf-8 -*-
2
- $:.push File.expand_path("../lib", __FILE__)
3
- require "bourbon/version"
1
+ # coding: utf-8
2
+ $:.push File.expand_path('../lib', __FILE__)
3
+ require 'bourbon/version'
4
4
 
5
5
  Gem::Specification.new do |s|
6
- s.name = "bourbon"
6
+ s.name = 'bourbon'
7
7
  s.version = Bourbon::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
- s.authors = ["Phil LaPier", "Chad Mazzola", "Matt Jankowski", "Nick Quaranto", "Jeremy Raines", "Mike Burns", "Andres Mejia", "Travis Haynes", "Chris Lloyd", "Gabe Berke-Williams", "J. Edward Dewyea", "Reda Lemeden", "Kyle Fiedler"]
10
- s.email = ["support@thoughtbot.com"]
9
+ s.authors = ['Andres Mejia', 'Chad Mazzola', 'Chris Lloyd', 'Gabe Berke-Williams', 'J. Edward Dewyea', 'Jeremy Raines', 'Kyle Fiedler', 'Matt Jankowski', 'Mike Burns', 'Nick Quaranto', 'Phil LaPier', 'Reda Lemeden', 'Travis Haynes', 'Tyson Gach', 'Will McMahan']
10
+ s.email = 'design+bourbon@thoughtbot.com'
11
11
  s.license = 'MIT'
12
- s.homepage = "https://github.com/thoughtbot/bourbon"
13
- s.summary = "Bourbon Sass Mixins using SCSS syntax."
12
+ s.homepage = 'http://bourbon.io'
13
+ s.summary = 'A simple and lightweight mixin library for Sass'
14
14
  s.description = <<-DESC
15
- Bourbon provides a comprehensive framework of
16
- sass mixins that are designed to be as vanilla as possible. Meaning they
17
- should not deter from the original CSS syntax. The mixins contain vendor
18
- specific prefixes for all CSS3 properties for support amongst modern
19
- browsers. The prefixes also ensure graceful degradation for older browsers
20
- that support only CSS3 prefixed properties.
15
+ Bourbon is a library of pure Sass mixins that are designed to be simple and easy
16
+ to use. No configuration required. The mixins aim to be as vanilla as possible,
17
+ meaning they should be as close to the original CSS syntax as possible.
21
18
  DESC
22
19
 
23
- s.rubyforge_project = "bourbon"
20
+ s.rubyforge_project = 'bourbon'
24
21
 
25
22
  s.files = `git ls-files`.split("\n")
26
23
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
27
24
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
28
- s.require_paths = ["lib"]
25
+ s.require_paths = ['lib']
29
26
 
30
27
  s.add_dependency('sass', '~> 3.3')
31
28
  s.add_dependency('thor')
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.pre",
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.pre"
3
3
  end
@@ -1,24 +1,28 @@
1
1
  {
2
2
  "name": "bourbon",
3
- "version": "4.0.2",
3
+ "version": "4.1.0.pre",
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
  }
@@ -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.pre
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-21 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,20 +194,20 @@ 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
- version: '0'
204
+ version: 1.3.1
273
205
  requirements: []
274
206
  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