english_tea 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/README.md +12 -4
  4. data/app/assets/stylesheets/english_tea/setup/_config.scss +10 -1
  5. data/app/assets/stylesheets/english_tea.scss +20 -0
  6. data/english_tea.gemspec +0 -2
  7. data/lib/english_tea/version.rb +1 -1
  8. data/vendor/assets/stylesheets/bourbon/_bourbon-deprecate.scss +19 -0
  9. data/vendor/assets/stylesheets/bourbon/_bourbon-deprecated-upcoming.scss +425 -0
  10. data/vendor/assets/stylesheets/bourbon/addons/_border-color.scss +29 -0
  11. data/vendor/assets/stylesheets/bourbon/addons/_border-radius.scss +48 -0
  12. data/vendor/assets/stylesheets/bourbon/addons/_border-style.scss +28 -0
  13. data/vendor/assets/stylesheets/bourbon/addons/_border-width.scss +28 -0
  14. data/vendor/assets/stylesheets/bourbon/addons/_buttons.scss +69 -0
  15. data/vendor/assets/stylesheets/bourbon/addons/_clearfix.scss +25 -0
  16. data/vendor/assets/stylesheets/bourbon/addons/_ellipsis.scss +30 -0
  17. data/vendor/assets/stylesheets/bourbon/addons/_font-stacks.scss +31 -0
  18. data/vendor/assets/stylesheets/bourbon/addons/_hide-text.scss +27 -0
  19. data/vendor/assets/stylesheets/bourbon/addons/_margin.scss +29 -0
  20. data/vendor/assets/stylesheets/bourbon/addons/_padding.scss +29 -0
  21. data/vendor/assets/stylesheets/bourbon/addons/_position.scss +51 -0
  22. data/vendor/assets/stylesheets/bourbon/addons/_prefixer.scss +66 -0
  23. data/vendor/assets/stylesheets/bourbon/addons/_retina-image.scss +27 -0
  24. data/vendor/assets/stylesheets/bourbon/addons/_size.scss +56 -0
  25. data/vendor/assets/stylesheets/bourbon/addons/_text-inputs.scss +118 -0
  26. data/vendor/assets/stylesheets/bourbon/addons/_timing-functions.scss +34 -0
  27. data/vendor/assets/stylesheets/bourbon/addons/_triangle.scss +63 -0
  28. data/vendor/assets/stylesheets/bourbon/addons/_word-wrap.scss +29 -0
  29. data/vendor/assets/stylesheets/bourbon/css3/_animation.scss +61 -0
  30. data/vendor/assets/stylesheets/bourbon/css3/_appearance.scss +5 -0
  31. data/vendor/assets/stylesheets/bourbon/css3/_backface-visibility.scss +5 -0
  32. data/vendor/assets/stylesheets/bourbon/css3/_background-image.scss +44 -0
  33. data/vendor/assets/stylesheets/bourbon/css3/_background.scss +57 -0
  34. data/vendor/assets/stylesheets/bourbon/css3/_border-image.scss +61 -0
  35. data/vendor/assets/stylesheets/bourbon/css3/_calc.scss +6 -0
  36. data/vendor/assets/stylesheets/bourbon/css3/_columns.scss +67 -0
  37. data/vendor/assets/stylesheets/bourbon/css3/_filter.scss +6 -0
  38. data/vendor/assets/stylesheets/bourbon/css3/_flex-box.scss +327 -0
  39. data/vendor/assets/stylesheets/bourbon/css3/_font-face.scss +29 -0
  40. data/vendor/assets/stylesheets/bourbon/css3/_font-feature-settings.scss +6 -0
  41. data/vendor/assets/stylesheets/bourbon/css3/_hidpi-media-query.scss +12 -0
  42. data/vendor/assets/stylesheets/bourbon/css3/_hyphens.scss +6 -0
  43. data/vendor/assets/stylesheets/bourbon/css3/_image-rendering.scss +15 -0
  44. data/vendor/assets/stylesheets/bourbon/css3/_keyframes.scss +38 -0
  45. data/vendor/assets/stylesheets/bourbon/css3/_linear-gradient.scss +40 -0
  46. data/vendor/assets/stylesheets/bourbon/css3/_perspective.scss +12 -0
  47. data/vendor/assets/stylesheets/bourbon/css3/_placeholder.scss +10 -0
  48. data/vendor/assets/stylesheets/bourbon/css3/_radial-gradient.scss +40 -0
  49. data/vendor/assets/stylesheets/bourbon/css3/_selection.scss +44 -0
  50. data/vendor/assets/stylesheets/bourbon/css3/_text-decoration.scss +27 -0
  51. data/vendor/assets/stylesheets/bourbon/css3/_transform.scss +21 -0
  52. data/vendor/assets/stylesheets/bourbon/css3/_transition.scss +81 -0
  53. data/vendor/assets/stylesheets/bourbon/css3/_user-select.scss +5 -0
  54. data/vendor/assets/stylesheets/bourbon/functions/_assign-inputs.scss +16 -0
  55. data/vendor/assets/stylesheets/bourbon/functions/_contains-falsy.scss +25 -0
  56. data/vendor/assets/stylesheets/bourbon/functions/_contains.scss +31 -0
  57. data/vendor/assets/stylesheets/bourbon/functions/_is-length.scss +16 -0
  58. data/vendor/assets/stylesheets/bourbon/functions/_is-light.scss +26 -0
  59. data/vendor/assets/stylesheets/bourbon/functions/_is-number.scss +16 -0
  60. data/vendor/assets/stylesheets/bourbon/functions/_is-size.scss +23 -0
  61. data/vendor/assets/stylesheets/bourbon/functions/_modular-scale.scss +74 -0
  62. data/vendor/assets/stylesheets/bourbon/functions/_px-to-em.scss +24 -0
  63. data/vendor/assets/stylesheets/bourbon/functions/_px-to-rem.scss +26 -0
  64. data/vendor/assets/stylesheets/bourbon/functions/_shade.scss +24 -0
  65. data/vendor/assets/stylesheets/bourbon/functions/_strip-units.scss +22 -0
  66. data/vendor/assets/stylesheets/bourbon/functions/_tint.scss +24 -0
  67. data/vendor/assets/stylesheets/bourbon/functions/_transition-property-name.scss +37 -0
  68. data/vendor/assets/stylesheets/bourbon/functions/_unpack.scss +32 -0
  69. data/vendor/assets/stylesheets/bourbon/helpers/_convert-units.scss +26 -0
  70. data/vendor/assets/stylesheets/bourbon/helpers/_directional-values.scss +108 -0
  71. data/vendor/assets/stylesheets/bourbon/helpers/_font-source-declaration.scss +53 -0
  72. data/vendor/assets/stylesheets/bourbon/helpers/_gradient-positions-parser.scss +24 -0
  73. data/vendor/assets/stylesheets/bourbon/helpers/_linear-angle-parser.scss +35 -0
  74. data/vendor/assets/stylesheets/bourbon/helpers/_linear-gradient-parser.scss +51 -0
  75. data/vendor/assets/stylesheets/bourbon/helpers/_linear-positions-parser.scss +77 -0
  76. data/vendor/assets/stylesheets/bourbon/helpers/_linear-side-corner-parser.scss +41 -0
  77. data/vendor/assets/stylesheets/bourbon/helpers/_radial-arg-parser.scss +74 -0
  78. data/vendor/assets/stylesheets/bourbon/helpers/_radial-gradient-parser.scss +55 -0
  79. data/vendor/assets/stylesheets/bourbon/helpers/_radial-positions-parser.scss +28 -0
  80. data/vendor/assets/stylesheets/bourbon/helpers/_render-gradients.scss +31 -0
  81. data/vendor/assets/stylesheets/bourbon/helpers/_shape-size-stripper.scss +15 -0
  82. data/vendor/assets/stylesheets/bourbon/helpers/_str-to-num.scss +55 -0
  83. data/vendor/assets/stylesheets/bourbon/settings/_asset-pipeline.scss +7 -0
  84. data/vendor/assets/stylesheets/bourbon/settings/_deprecation-warnings.scss +8 -0
  85. data/vendor/assets/stylesheets/bourbon/settings/_prefixer.scss +9 -0
  86. data/vendor/assets/stylesheets/bourbon/settings/_px-to-em.scss +1 -0
  87. data/vendor/assets/stylesheets/bourbon.scss +90 -0
  88. metadata +82 -17
  89. data/app/assets/stylesheets/english_tea/all.scss +0 -20
  90. data/english_tea-0.1.0.gem +0 -0
@@ -0,0 +1,55 @@
1
+ @function _radial-gradient-parser($image) {
2
+ @if $output-bourbon-deprecation-warnings == true {
3
+ @warn "[Bourbon] [Deprecation] `_radial-gradient-parser` is " +
4
+ "deprecated and will be removed in 5.0.0.";
5
+ }
6
+
7
+ $image: unquote($image);
8
+ $gradients: ();
9
+ $start: str-index($image, "(");
10
+ $end: str-index($image, ",");
11
+ $first-val: str-slice($image, $start + 1, $end - 1);
12
+
13
+ $prefix: str-slice($image, 1, $start);
14
+ $suffix: str-slice($image, $end, str-length($image));
15
+
16
+ $is-spec-syntax: str-index($first-val, "at");
17
+
18
+ @if $is-spec-syntax and $is-spec-syntax > 1 {
19
+ $keyword: str-slice($first-val, 1, $is-spec-syntax - 2);
20
+ $pos: str-slice($first-val, $is-spec-syntax + 3, str-length($first-val));
21
+ $pos: append($pos, $keyword, comma);
22
+
23
+ $gradients: (
24
+ webkit-image: -webkit- + $prefix + $pos + $suffix,
25
+ spec-image: $image
26
+ );
27
+ }
28
+
29
+ @else if $is-spec-syntax == 1 {
30
+ $pos: str-slice($first-val, $is-spec-syntax + 3, str-length($first-val));
31
+
32
+ $gradients: (
33
+ webkit-image: -webkit- + $prefix + $pos + $suffix,
34
+ spec-image: $image
35
+ );
36
+ }
37
+
38
+ @else if str-index($image, "cover") or str-index($image, "contain") {
39
+ @warn "Radial-gradient needs to be updated to conform to latest spec.";
40
+
41
+ $gradients: (
42
+ webkit-image: null,
43
+ spec-image: $image
44
+ );
45
+ }
46
+
47
+ @else {
48
+ $gradients: (
49
+ webkit-image: -webkit- + $image,
50
+ spec-image: $image
51
+ );
52
+ }
53
+
54
+ @return $gradients;
55
+ }
@@ -0,0 +1,28 @@
1
+ @function _radial-positions-parser($gradient-pos) {
2
+ @if $output-bourbon-deprecation-warnings == true {
3
+ @warn "[Bourbon] [Deprecation] `_radial-positions-parser` is " +
4
+ "deprecated and will be removed in 5.0.0.";
5
+ }
6
+
7
+ $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings;
8
+ $output-bourbon-deprecation-warnings: false !global;
9
+
10
+ $shape-size: nth($gradient-pos, 1);
11
+ $pos: nth($gradient-pos, 2);
12
+ $shape-size-spec: _shape-size-stripper($shape-size);
13
+
14
+ $pre-spec: unquote(if($pos, "#{$pos}, ", null))
15
+ unquote(if($shape-size, "#{$shape-size},", null));
16
+ $pos-spec: if($pos, "at #{$pos}", null);
17
+
18
+ $spec: "#{$shape-size-spec} #{$pos-spec}";
19
+
20
+ // Add comma
21
+ @if ($spec != " ") {
22
+ $spec: "#{$spec},";
23
+ }
24
+
25
+ $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global;
26
+
27
+ @return $pre-spec $spec;
28
+ }
@@ -0,0 +1,31 @@
1
+ // User for linear and radial gradients within background-image or border-image properties
2
+
3
+ @function _render-gradients($gradient-positions, $gradients, $gradient-type, $vendor: false) {
4
+ @if $output-bourbon-deprecation-warnings == true {
5
+ @warn "[Bourbon] [Deprecation] `_render-gradients` is " +
6
+ "deprecated and will be removed in 5.0.0.";
7
+ }
8
+
9
+ $pre-spec: null;
10
+ $spec: null;
11
+ $vendor-gradients: null;
12
+ @if $gradient-type == linear {
13
+ @if $gradient-positions {
14
+ $pre-spec: nth($gradient-positions, 1);
15
+ $spec: nth($gradient-positions, 2);
16
+ }
17
+ }
18
+ @else if $gradient-type == radial {
19
+ $pre-spec: nth($gradient-positions, 1);
20
+ $spec: nth($gradient-positions, 2);
21
+ }
22
+
23
+ @if $vendor {
24
+ $vendor-gradients: -#{$vendor}-#{$gradient-type}-gradient(#{$pre-spec} $gradients);
25
+ }
26
+ @else if $vendor == false {
27
+ $vendor-gradients: "#{$gradient-type}-gradient(#{$spec} #{$gradients})";
28
+ $vendor-gradients: unquote($vendor-gradients);
29
+ }
30
+ @return $vendor-gradients;
31
+ }
@@ -0,0 +1,15 @@
1
+ @function _shape-size-stripper($shape-size) {
2
+ @if $output-bourbon-deprecation-warnings == true {
3
+ @warn "[Bourbon] [Deprecation] `_shape-size-stripper` is " +
4
+ "deprecated and will be removed in 5.0.0.";
5
+ }
6
+
7
+ $shape-size-spec: null;
8
+ @each $value in $shape-size {
9
+ @if ($value == "cover") or ($value == "contain") {
10
+ $value: null;
11
+ }
12
+ $shape-size-spec: "#{$shape-size-spec} #{$value}";
13
+ }
14
+ @return $shape-size-spec;
15
+ }
@@ -0,0 +1,55 @@
1
+ //************************************************************************//
2
+ // Helper function for linear/radial-gradient-parsers.
3
+ // Source: http://sassmeister.com/gist/9647408
4
+ //************************************************************************//
5
+ @function _str-to-num($string) {
6
+ @if $output-bourbon-deprecation-warnings == true {
7
+ @warn "[Bourbon] [Deprecation] `_str-to-num` is " +
8
+ "deprecated and will be removed in 5.0.0.";
9
+ }
10
+
11
+ // Matrices
12
+ $strings: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9";
13
+ $numbers: 0 1 2 3 4 5 6 7 8 9;
14
+
15
+ // Result
16
+ $result: 0;
17
+ $divider: 0;
18
+ $minus: false;
19
+
20
+ // Looping through all characters
21
+ @for $i from 1 through str-length($string) {
22
+ $character: str-slice($string, $i, $i);
23
+ $index: index($strings, $character);
24
+
25
+ @if $character == "-" {
26
+ $minus: true;
27
+ }
28
+
29
+ @else if $character == "." {
30
+ $divider: 1;
31
+ }
32
+
33
+ @else {
34
+ @if not $index {
35
+ $result: if($minus, $result * -1, $result);
36
+ @return _convert-units($result, str-slice($string, $i));
37
+ }
38
+
39
+ $number: nth($numbers, $index);
40
+
41
+ @if $divider == 0 {
42
+ $result: $result * 10;
43
+ }
44
+
45
+ @else {
46
+ // Move the decimal dot to the left
47
+ $divider: $divider * 10;
48
+ $number: $number / $divider;
49
+ }
50
+
51
+ $result: $result + $number;
52
+ }
53
+ }
54
+ @return if($minus, $result * -1, $result);
55
+ }
@@ -0,0 +1,7 @@
1
+ @charset "UTF-8";
2
+
3
+ /// A global setting to enable or disable the `$asset-pipeline` variable for all functions that accept it.
4
+ ///
5
+ /// @type Bool
6
+
7
+ $asset-pipeline: false !default;
@@ -0,0 +1,8 @@
1
+ @charset "UTF-8";
2
+
3
+ /// Enable or disable output of Bourbon’s deprecation-related Sass warnings.
4
+ /// This variable must be declared _before_ importing Bourbon.
5
+ ///
6
+ /// @type Bool
7
+
8
+ $output-bourbon-deprecation-warnings: true !default;
@@ -0,0 +1,9 @@
1
+ @charset "UTF-8";
2
+
3
+ /// Global variables to enable or disable vendor prefixes
4
+
5
+ $prefix-for-webkit: true !default;
6
+ $prefix-for-mozilla: true !default;
7
+ $prefix-for-microsoft: true !default;
8
+ $prefix-for-opera: true !default;
9
+ $prefix-for-spec: true !default;
@@ -0,0 +1 @@
1
+ $em-base: 16px !default;
@@ -0,0 +1,90 @@
1
+ // Bourbon 4.3.4
2
+ // http://bourbon.io
3
+ // Copyright 2011-2017 thoughtbot, inc.
4
+ // MIT License
5
+
6
+ @import "bourbon/settings/deprecation-warnings";
7
+ @import "bourbon/settings/prefixer";
8
+ @import "bourbon/settings/px-to-em";
9
+ @import "bourbon/settings/asset-pipeline";
10
+
11
+ @import "bourbon/bourbon-deprecate";
12
+
13
+ @import "bourbon/functions/assign-inputs";
14
+ @import "bourbon/functions/contains";
15
+ @import "bourbon/functions/contains-falsy";
16
+ @import "bourbon/functions/is-length";
17
+ @import "bourbon/functions/is-light";
18
+ @import "bourbon/functions/is-number";
19
+ @import "bourbon/functions/is-size";
20
+ @import "bourbon/functions/px-to-em";
21
+ @import "bourbon/functions/px-to-rem";
22
+ @import "bourbon/functions/shade";
23
+ @import "bourbon/functions/strip-units";
24
+ @import "bourbon/functions/tint";
25
+ @import "bourbon/functions/transition-property-name";
26
+ @import "bourbon/functions/unpack";
27
+ @import "bourbon/functions/modular-scale";
28
+
29
+ @import "bourbon/helpers/convert-units";
30
+ @import "bourbon/helpers/directional-values";
31
+ @import "bourbon/helpers/font-source-declaration";
32
+ @import "bourbon/helpers/gradient-positions-parser";
33
+ @import "bourbon/helpers/linear-angle-parser";
34
+ @import "bourbon/helpers/linear-gradient-parser";
35
+ @import "bourbon/helpers/linear-positions-parser";
36
+ @import "bourbon/helpers/linear-side-corner-parser";
37
+ @import "bourbon/helpers/radial-arg-parser";
38
+ @import "bourbon/helpers/radial-positions-parser";
39
+ @import "bourbon/helpers/radial-gradient-parser";
40
+ @import "bourbon/helpers/render-gradients";
41
+ @import "bourbon/helpers/shape-size-stripper";
42
+ @import "bourbon/helpers/str-to-num";
43
+
44
+ @import "bourbon/css3/animation";
45
+ @import "bourbon/css3/appearance";
46
+ @import "bourbon/css3/backface-visibility";
47
+ @import "bourbon/css3/background";
48
+ @import "bourbon/css3/background-image";
49
+ @import "bourbon/css3/border-image";
50
+ @import "bourbon/css3/calc";
51
+ @import "bourbon/css3/columns";
52
+ @import "bourbon/css3/filter";
53
+ @import "bourbon/css3/flex-box";
54
+ @import "bourbon/css3/font-face";
55
+ @import "bourbon/css3/font-feature-settings";
56
+ @import "bourbon/css3/hidpi-media-query";
57
+ @import "bourbon/css3/hyphens";
58
+ @import "bourbon/css3/image-rendering";
59
+ @import "bourbon/css3/keyframes";
60
+ @import "bourbon/css3/linear-gradient";
61
+ @import "bourbon/css3/perspective";
62
+ @import "bourbon/css3/placeholder";
63
+ @import "bourbon/css3/radial-gradient";
64
+ @import "bourbon/css3/selection";
65
+ @import "bourbon/css3/text-decoration";
66
+ @import "bourbon/css3/transform";
67
+ @import "bourbon/css3/transition";
68
+ @import "bourbon/css3/user-select";
69
+
70
+ @import "bourbon/addons/border-color";
71
+ @import "bourbon/addons/border-radius";
72
+ @import "bourbon/addons/border-style";
73
+ @import "bourbon/addons/border-width";
74
+ @import "bourbon/addons/buttons";
75
+ @import "bourbon/addons/clearfix";
76
+ @import "bourbon/addons/ellipsis";
77
+ @import "bourbon/addons/font-stacks";
78
+ @import "bourbon/addons/hide-text";
79
+ @import "bourbon/addons/margin";
80
+ @import "bourbon/addons/padding";
81
+ @import "bourbon/addons/position";
82
+ @import "bourbon/addons/prefixer";
83
+ @import "bourbon/addons/retina-image";
84
+ @import "bourbon/addons/size";
85
+ @import "bourbon/addons/text-inputs";
86
+ @import "bourbon/addons/timing-functions";
87
+ @import "bourbon/addons/triangle";
88
+ @import "bourbon/addons/word-wrap";
89
+
90
+ @import "bourbon/bourbon-deprecated-upcoming";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: english_tea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Parr
@@ -53,20 +53,6 @@ dependencies:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '5.0'
56
- - !ruby/object:Gem::Dependency
57
- name: bourbon
58
- requirement: !ruby/object:Gem::Requirement
59
- requirements:
60
- - - "~>"
61
- - !ruby/object:Gem::Version
62
- version: '4.0'
63
- type: :runtime
64
- prerelease: false
65
- version_requirements: !ruby/object:Gem::Requirement
66
- requirements:
67
- - - "~>"
68
- - !ruby/object:Gem::Version
69
- version: '4.0'
70
56
  description:
71
57
  email:
72
58
  - rob@workingnotworking.com
@@ -79,7 +65,7 @@ files:
79
65
  - LICENSE.txt
80
66
  - README.md
81
67
  - Rakefile
82
- - app/assets/stylesheets/english_tea/all.scss
68
+ - app/assets/stylesheets/english_tea.scss
83
69
  - app/assets/stylesheets/english_tea/border/_setup.scss
84
70
  - app/assets/stylesheets/english_tea/border/index.scss
85
71
  - app/assets/stylesheets/english_tea/buttons/_index.scss
@@ -156,11 +142,90 @@ files:
156
142
  - app/assets/stylesheets/english_tea/typography/index.scss
157
143
  - bin/console
158
144
  - bin/setup
159
- - english_tea-0.1.0.gem
160
145
  - english_tea.gemspec
161
146
  - lib/english_tea.rb
162
147
  - lib/english_tea/rails/engine.rb
163
148
  - lib/english_tea/version.rb
149
+ - vendor/assets/stylesheets/bourbon.scss
150
+ - vendor/assets/stylesheets/bourbon/_bourbon-deprecate.scss
151
+ - vendor/assets/stylesheets/bourbon/_bourbon-deprecated-upcoming.scss
152
+ - vendor/assets/stylesheets/bourbon/addons/_border-color.scss
153
+ - vendor/assets/stylesheets/bourbon/addons/_border-radius.scss
154
+ - vendor/assets/stylesheets/bourbon/addons/_border-style.scss
155
+ - vendor/assets/stylesheets/bourbon/addons/_border-width.scss
156
+ - vendor/assets/stylesheets/bourbon/addons/_buttons.scss
157
+ - vendor/assets/stylesheets/bourbon/addons/_clearfix.scss
158
+ - vendor/assets/stylesheets/bourbon/addons/_ellipsis.scss
159
+ - vendor/assets/stylesheets/bourbon/addons/_font-stacks.scss
160
+ - vendor/assets/stylesheets/bourbon/addons/_hide-text.scss
161
+ - vendor/assets/stylesheets/bourbon/addons/_margin.scss
162
+ - vendor/assets/stylesheets/bourbon/addons/_padding.scss
163
+ - vendor/assets/stylesheets/bourbon/addons/_position.scss
164
+ - vendor/assets/stylesheets/bourbon/addons/_prefixer.scss
165
+ - vendor/assets/stylesheets/bourbon/addons/_retina-image.scss
166
+ - vendor/assets/stylesheets/bourbon/addons/_size.scss
167
+ - vendor/assets/stylesheets/bourbon/addons/_text-inputs.scss
168
+ - vendor/assets/stylesheets/bourbon/addons/_timing-functions.scss
169
+ - vendor/assets/stylesheets/bourbon/addons/_triangle.scss
170
+ - vendor/assets/stylesheets/bourbon/addons/_word-wrap.scss
171
+ - vendor/assets/stylesheets/bourbon/css3/_animation.scss
172
+ - vendor/assets/stylesheets/bourbon/css3/_appearance.scss
173
+ - vendor/assets/stylesheets/bourbon/css3/_backface-visibility.scss
174
+ - vendor/assets/stylesheets/bourbon/css3/_background-image.scss
175
+ - vendor/assets/stylesheets/bourbon/css3/_background.scss
176
+ - vendor/assets/stylesheets/bourbon/css3/_border-image.scss
177
+ - vendor/assets/stylesheets/bourbon/css3/_calc.scss
178
+ - vendor/assets/stylesheets/bourbon/css3/_columns.scss
179
+ - vendor/assets/stylesheets/bourbon/css3/_filter.scss
180
+ - vendor/assets/stylesheets/bourbon/css3/_flex-box.scss
181
+ - vendor/assets/stylesheets/bourbon/css3/_font-face.scss
182
+ - vendor/assets/stylesheets/bourbon/css3/_font-feature-settings.scss
183
+ - vendor/assets/stylesheets/bourbon/css3/_hidpi-media-query.scss
184
+ - vendor/assets/stylesheets/bourbon/css3/_hyphens.scss
185
+ - vendor/assets/stylesheets/bourbon/css3/_image-rendering.scss
186
+ - vendor/assets/stylesheets/bourbon/css3/_keyframes.scss
187
+ - vendor/assets/stylesheets/bourbon/css3/_linear-gradient.scss
188
+ - vendor/assets/stylesheets/bourbon/css3/_perspective.scss
189
+ - vendor/assets/stylesheets/bourbon/css3/_placeholder.scss
190
+ - vendor/assets/stylesheets/bourbon/css3/_radial-gradient.scss
191
+ - vendor/assets/stylesheets/bourbon/css3/_selection.scss
192
+ - vendor/assets/stylesheets/bourbon/css3/_text-decoration.scss
193
+ - vendor/assets/stylesheets/bourbon/css3/_transform.scss
194
+ - vendor/assets/stylesheets/bourbon/css3/_transition.scss
195
+ - vendor/assets/stylesheets/bourbon/css3/_user-select.scss
196
+ - vendor/assets/stylesheets/bourbon/functions/_assign-inputs.scss
197
+ - vendor/assets/stylesheets/bourbon/functions/_contains-falsy.scss
198
+ - vendor/assets/stylesheets/bourbon/functions/_contains.scss
199
+ - vendor/assets/stylesheets/bourbon/functions/_is-length.scss
200
+ - vendor/assets/stylesheets/bourbon/functions/_is-light.scss
201
+ - vendor/assets/stylesheets/bourbon/functions/_is-number.scss
202
+ - vendor/assets/stylesheets/bourbon/functions/_is-size.scss
203
+ - vendor/assets/stylesheets/bourbon/functions/_modular-scale.scss
204
+ - vendor/assets/stylesheets/bourbon/functions/_px-to-em.scss
205
+ - vendor/assets/stylesheets/bourbon/functions/_px-to-rem.scss
206
+ - vendor/assets/stylesheets/bourbon/functions/_shade.scss
207
+ - vendor/assets/stylesheets/bourbon/functions/_strip-units.scss
208
+ - vendor/assets/stylesheets/bourbon/functions/_tint.scss
209
+ - vendor/assets/stylesheets/bourbon/functions/_transition-property-name.scss
210
+ - vendor/assets/stylesheets/bourbon/functions/_unpack.scss
211
+ - vendor/assets/stylesheets/bourbon/helpers/_convert-units.scss
212
+ - vendor/assets/stylesheets/bourbon/helpers/_directional-values.scss
213
+ - vendor/assets/stylesheets/bourbon/helpers/_font-source-declaration.scss
214
+ - vendor/assets/stylesheets/bourbon/helpers/_gradient-positions-parser.scss
215
+ - vendor/assets/stylesheets/bourbon/helpers/_linear-angle-parser.scss
216
+ - vendor/assets/stylesheets/bourbon/helpers/_linear-gradient-parser.scss
217
+ - vendor/assets/stylesheets/bourbon/helpers/_linear-positions-parser.scss
218
+ - vendor/assets/stylesheets/bourbon/helpers/_linear-side-corner-parser.scss
219
+ - vendor/assets/stylesheets/bourbon/helpers/_radial-arg-parser.scss
220
+ - vendor/assets/stylesheets/bourbon/helpers/_radial-gradient-parser.scss
221
+ - vendor/assets/stylesheets/bourbon/helpers/_radial-positions-parser.scss
222
+ - vendor/assets/stylesheets/bourbon/helpers/_render-gradients.scss
223
+ - vendor/assets/stylesheets/bourbon/helpers/_shape-size-stripper.scss
224
+ - vendor/assets/stylesheets/bourbon/helpers/_str-to-num.scss
225
+ - vendor/assets/stylesheets/bourbon/settings/_asset-pipeline.scss
226
+ - vendor/assets/stylesheets/bourbon/settings/_deprecation-warnings.scss
227
+ - vendor/assets/stylesheets/bourbon/settings/_prefixer.scss
228
+ - vendor/assets/stylesheets/bourbon/settings/_px-to-em.scss
164
229
  - vendor/assets/stylesheets/snapper.scss
165
230
  homepage: https://github.com/workingnotworking/english_tea.
166
231
  licenses:
@@ -1,20 +0,0 @@
1
- // ==========================================================================
2
- // WNW Styling
3
- // @joelparr
4
- // ==========================================================================
5
-
6
- $output-bourbon-deprecation-warnings: false;
7
- @import 'bourbon';
8
- @import 'snapper';
9
-
10
- @import 'setup/index';
11
- @import 'media/index';
12
- @import 'buttons/index';
13
- @import 'forms/index';
14
- @import 'modules/index';
15
- @import 'typography/index';
16
- @import 'layout/index';
17
- @import 'dimension/index';
18
- @import 'border/index';
19
- @import 'color/index';
20
- @import 'transition/index';
Binary file