bourbon-compass 3.2.1 → 3.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ae8e4a9d5b3d68e0531868a3bb2fd62fa0d7e0a6
4
+ data.tar.gz: 7ddcbc65f5271318f7ec7a6026fa67eec61a946d
5
+ SHA512:
6
+ metadata.gz: 7b11590755ad13d0811188c3f0d7020f0abf5df780b3a1237d04514f4cd37bc1f6d888698773c52b4881ff6bd693b2223c87028125fdfc6a005ca01211acc118
7
+ data.tar.gz: 9a5e21b4a3b85cd4a0c5e90253222cc3b543ca87cf388b483ea33668c3596ff737c76a97f239b87d291bc0c049be014cceb7f90581b6575f3222d6d6d1babb95
@@ -1,6 +1,7 @@
1
1
  // Settings
2
2
  @import "settings/prefixer";
3
3
  @import "settings/px-to-em";
4
+ @import "settings/asset-pipeline";
4
5
 
5
6
  // Custom Helpers
6
7
  @import "helpers/gradient-positions-parser";
@@ -1,4 +1,4 @@
1
- @mixin retina-image($filename, $background-size, $extension: png, $retina-filename: null, $retina-suffix: _2x, $asset-pipeline: false) {
1
+ @mixin retina-image($filename, $background-size, $extension: png, $retina-filename: null, $retina-suffix: _2x, $asset-pipeline: $asset-pipeline) {
2
2
  @if $asset-pipeline {
3
3
  background-image: image-url("#{$filename}.#{$extension}");
4
4
  }
@@ -1,5 +1,5 @@
1
1
  // CSS cubic-bezier timing functions. Timing functions courtesy of jquery.easie (github.com/jaukia/easie)
2
- // Timing functions are the same as demo'ed here: http://jqueryui.com/demos/effect/easing.html
2
+ // Timing functions are the same as demo'ed here: http://jqueryui.com/resources/demos/effect/easing.html
3
3
 
4
4
  // EASE IN
5
5
  $ease-in-quad: cubic-bezier(0.550, 0.085, 0.680, 0.530);
@@ -1,6 +1,6 @@
1
1
  // Order of the includes matters, and it is: normal, bold, italic, bold+italic.
2
2
 
3
- @mixin font-face($font-family, $file-path, $weight: normal, $style: normal, $asset-pipeline: false ) {
3
+ @mixin font-face($font-family, $file-path, $weight: normal, $style: normal, $asset-pipeline: $asset-pipeline) {
4
4
  @font-face {
5
5
  font-family: $font-family;
6
6
  font-weight: $weight;
@@ -0,0 +1 @@
1
+ $asset-pipeline: false !default;
metadata CHANGED
@@ -1,48 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bourbon-compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
5
- prerelease:
4
+ version: 3.2.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Jed Foster
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-04-23 00:00:00.000000000 Z
11
+ date: 2014-05-21 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: compass
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
- version: 0.13.alpha.10
19
+ version: 0.12.6
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: 0.13.alpha.10
26
+ version: 0.12.6
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: sass
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - "~>"
36
32
  - !ruby/object:Gem::Version
37
- version: 3.3.0
33
+ version: '3.2'
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - "~>"
44
39
  - !ruby/object:Gem::Version
45
- version: 3.3.0
40
+ version: '3.2'
46
41
  description: thoughtbot's Bourbon packaged as a Compass extension.
47
42
  email: jed@jedfoster.com
48
43
  executables: []
@@ -111,30 +106,30 @@ files:
111
106
  - stylesheets/bourbon/helpers/_radial-positions-parser.scss
112
107
  - stylesheets/bourbon/helpers/_render-gradients.scss
113
108
  - stylesheets/bourbon/helpers/_shape-size-stripper.scss
109
+ - stylesheets/bourbon/settings/_asset-pipeline.scss
114
110
  - stylesheets/bourbon/settings/_prefixer.scss
115
111
  - stylesheets/bourbon/settings/_px-to-em.scss
116
112
  homepage: https://github.com/jedfoster/bourbon-compass
117
113
  licenses: []
114
+ metadata: {}
118
115
  post_install_message:
119
116
  rdoc_options: []
120
117
  require_paths:
121
118
  - lib
122
119
  required_ruby_version: !ruby/object:Gem::Requirement
123
- none: false
124
120
  requirements:
125
- - - ! '>='
121
+ - - ">="
126
122
  - !ruby/object:Gem::Version
127
123
  version: '0'
128
124
  required_rubygems_version: !ruby/object:Gem::Requirement
129
- none: false
130
125
  requirements:
131
- - - ! '>='
126
+ - - ">="
132
127
  - !ruby/object:Gem::Version
133
128
  version: '0'
134
129
  requirements: []
135
130
  rubyforge_project:
136
- rubygems_version: 1.8.23
131
+ rubygems_version: 2.2.2
137
132
  signing_key:
138
- specification_version: 3
133
+ specification_version: 4
139
134
  summary: thoughtbot's Bourbon packaged as a Compass extension.
140
135
  test_files: []