compass-excess 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4796fcfb5cf94f6c7751a7264a2ce5a12859766b
4
- data.tar.gz: f12d483acab7cf7e390debd1fb0265f68a40f78c
3
+ metadata.gz: d204ab193d760f41af4a29fa38ae73cf60729ed8
4
+ data.tar.gz: bf00203e13fed051de76ad51b07c69b7e922b74b
5
5
  SHA512:
6
- metadata.gz: 1fd891b984f98885897a4b07c3434dcf29efd59f0a54326770abb26bded4f50d86685ea7bed4a17a11a74bea45693b6dc2334cbad838e2a714d182b421c0cc72
7
- data.tar.gz: 420a91d8b6f2915a30a843f3b5d4ee2ecb7c18d8200a71fd0eff97a469078add45944e27862bfe73dbf1cc9eaa420f76befa3d847181982f915dbc09b91f7ce1
6
+ metadata.gz: 6363fe6c6f3e1a1860d0da299a292a6f5105bfb84c463a3dbea5e4062937e2446937cded37efc509861bcd1d1f0cc8be018610434adaffe9662cb40cb2a2f7a3
7
+ data.tar.gz: e20bc189b237e972db46c7ce49b2cea813301a6b0381f66b68d2bf5947b2832b8f308bf0b667da8282c94683be296a8f9f6e2fa3d622db8b3f6680ff307ab461
@@ -1,5 +1,5 @@
1
1
  module Compass
2
2
  module Excess
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
5
5
  end
@@ -65,7 +65,7 @@
65
65
  text-overflow: ellipsis;
66
66
  }
67
67
 
68
- @mixin font-family($fontname, $filename, $weight: normal, $style: normal, $stretch: normal) {
68
+ @mixin font-family($fontname, $filename, $weight: normal, $style: normal, $stretch: normal, $range: false) {
69
69
  @font-face {
70
70
  font-family: $fontname;
71
71
  src: font-url($filename + '.eot');
@@ -77,5 +77,9 @@
77
77
  font-weight: $weight;
78
78
  font-style: $style;
79
79
  font-stretch: $stretch;
80
+
81
+ @if $range {
82
+ unicode-range: $range;
83
+ }
80
84
  }
81
85
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-excess
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Darlow