respond-to 2.5 → 2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/stylesheets/_respond-to.scss +2 -2
  2. metadata +3 -3
@@ -12,7 +12,7 @@ $breakpoints: () !default;
12
12
  // Respond-to API Mixin
13
13
  ////////////////////////
14
14
 
15
- @mixin respond-to($context, $media: $breakpoint-default-media, $no-query: false) {
15
+ @mixin respond-to($context, $media: $breakpoint-default-media, $no-query: false, $base-font-size: $breakpoint-base-font-size) {
16
16
  @if type-of($breakpoints) != 'list' {
17
17
  // Just in case someone writes gibberish to the $breakpoints variable.
18
18
  @warn "Your breakpoints aren't a list! See https://github.com/snugug/respond-to#api if you'd like a reminder on how to use Respond-to";
@@ -38,7 +38,7 @@ $breakpoints: () !default;
38
38
  }
39
39
  }
40
40
 
41
- @include breakpoint($mq, $media, $no-query) {
41
+ @include breakpoint($mq, $media, $no-query, $base-font-size) {
42
42
  @content;
43
43
  }
44
44
  }
metadata CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 2
7
- - 5
8
- version: "2.5"
7
+ - 6
8
+ version: "2.6"
9
9
  platform: ruby
10
10
  authors:
11
11
  - Sam Richard
@@ -13,7 +13,7 @@ autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
15
 
16
- date: 2011-10-10 00:00:00 -04:00
16
+ date: 2011-11-03 00:00:00 -07:00
17
17
  default_executable:
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency