compass-excess 0.5.0 → 0.5.1

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: e39755a2b417ce3bfde0d3051b1b4a4b1533af2d
4
- data.tar.gz: 1de48e0f9f13f950624f13342eb52cd78e793bdc
3
+ metadata.gz: 78454f967f49f496e745dbe9ad9caf2baf3805a7
4
+ data.tar.gz: 0d36eb344aeb50911cccf0f0cc73163c47dc6584
5
5
  SHA512:
6
- metadata.gz: a214dd71647654661468bb3dcb1fd6eea528969665040ed3f1e4513ff4a5321408d29d966bfdee26108340ebb6bbb415a4069494034b48bdef783fff936c548f
7
- data.tar.gz: 73eda854bd0453f208691f9adaa3cf5b9a085a12cbf204893d2e186bafa1d5f4fc983bec6f4e28b8d52b2c682a6cfa396879658b42c492d6939077a84d87802d
6
+ metadata.gz: b90adb9fbb9bf4139ae91dcfb5aab5b726dd87b5a19197f8e6fab5425319bdff0ffa08392998f1681ec041d623528b8e7c0cb9df8d5d435ec267abf46c0a347b
7
+ data.tar.gz: 10c61b97243335736ecebb3edfe0e0830c2ef42c4f80af16e776efcf65b11b016b3ecb769c472531a82f5107bf518ac625087edf8ae1f1579e8889fd73d2b9fc
@@ -1,5 +1,5 @@
1
1
  module Compass
2
2
  module Excess
3
- VERSION = '0.5.0'
3
+ VERSION = '0.5.1'
4
4
  end
5
5
  end
@@ -45,7 +45,6 @@ $line-height-modifiers: (
45
45
  $line-offset: 0px,
46
46
  $platform: default
47
47
  ) {
48
- $line-width: $line-width / 1px;
49
48
  $line-offset: $line-offset / 1px;
50
49
  $line-height: $line-height * map-get($line-height-modifiers, $platform);
51
50
 
@@ -116,7 +115,7 @@ $line-height-modifiers: (
116
115
  $font-size: 1.4,
117
116
  $line-height: 1.8,
118
117
  $stroke-width: 2px,
119
- $line-width: 1px,
118
+ $line-width: 1,
120
119
  $line-offset: 0px
121
120
  ) {
122
121
  @include text-underline-line-height($line-height);
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-excess
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Darlow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-15 00:00:00.000000000 Z
11
+ date: 2016-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass