graphite-sass 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d93835ff42561752290de6d0c5853db430d0202f
4
- data.tar.gz: 44f3426612a7c12c20ffcdcf6a1566c44344cf58
3
+ metadata.gz: 59635904abff0a3f7018ce95570aefc07868fc4b
4
+ data.tar.gz: d70399f77f29fc5ac7d0156173db5f934507efde
5
5
  SHA512:
6
- metadata.gz: c9f2ce4bf0bb02432afa826dba2ab870a439d901b2d7eb1e0ecc202a1671916f35dd62e97cfa3a3080342b402c2025e0f335c376712ba8083687d8edeb003626
7
- data.tar.gz: f2d6cb600800574276f22b15a0374076b5b664f0bbb6fa67d5aa98d70b9a268d1bb55e55193ad15c9947eb93bcfde02817c35e57c3c115ae4b257171dba049b9
6
+ metadata.gz: 4e726737519ab90c74faa744af1b18d18e98e6363350b925fb1456d284dab3c3c0788b1da3a36f98d5ad106b0223230d0d3455b6f586e8da5286709d94fe0994
7
+ data.tar.gz: 9d29cb54ef89bb7f13141eb68484970ee1c55b9218e8c86e2becc49a2e70fe34ee26c8e32876d89200d192a70472d1a3c3b658b34f37b0f9fe52f60551491a23
data/lib/graphite.rb CHANGED
@@ -5,7 +5,7 @@ extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
5
5
  Compass::Frameworks.register('graphite', :path => extension_path)
6
6
 
7
7
  module Graphite
8
- VERSION = "0.2.2"
8
+ VERSION = "0.2.3"
9
9
  DATE = "2014-07-30"
10
10
  end
11
11
 
@@ -134,14 +134,14 @@ $graphite_chdir: ".." !global;
134
134
  }
135
135
 
136
136
  // Define value for each type
137
- $ie: if(index($extensions, "eot"), url("#{$path + $filename}.eot?#iefix") format("embedded-opentype"), null);
137
+ $eot: if(index($extensions, "eot"), url("#{$path + $filename}.eot?#iefix") format("embedded-opentype"), null);
138
138
  $woff: if(index($extensions, "woff"), url("#{$path + $filename}.woff") format("woff"), null);
139
139
  $otf: if(index($extensions, "otf"), url("#{$path + $filename}.otf") format("opentype"), null);
140
140
  $ttf: if(index($extensions, "ttf"), url("#{$path + $filename}.ttf") format("truetype"), null);
141
141
  $svg: if(index($extensions, "svg"), url("#{$path + $filename + '.svg#' + $name}") format("svg"), null);
142
142
 
143
143
  // Append to types list if not null
144
- $types: if($ie != null, append($types, #{$ie}, "comma"), $types);
144
+ $types: if($eot != null, append($types, #{$eot}, "comma"), $types);
145
145
  $types: if($woff != null, append($types, #{$woff}, "comma"), $types);
146
146
  $types: if($otf != null, append($types, #{$otf}, "comma"), $types);
147
147
  $types: if($ttf != null, append($types, #{$ttf}, "comma"), $types);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphite-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse