compass_sumo 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module CompassSumo
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
@@ -17,13 +17,14 @@
17
17
  }
18
18
 
19
19
  $defaultSvgFallbackClass: 'no-svg' !default;
20
+ $defaultInlineSvgs: true !default;
20
21
 
21
22
  // Setup a SVG background with PNG fallback
22
23
  @mixin svg-with-png-fallback($name, $backgroundOptions: null,
23
24
  $svgImage: null,
24
25
  $pngImage: null,
25
26
  $fallbackClass: $defaultSvgFallbackClass,
26
- $inline: true,
27
+ $inline: $defaultInlineSvgs,
27
28
  $dimensions: true
28
29
  ) {
29
30
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass_sumo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-03-19 00:00:00.000000000 Z
14
+ date: 2013-05-07 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: compass