compass-excess 0.5.1 → 0.5.2

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: 78454f967f49f496e745dbe9ad9caf2baf3805a7
4
- data.tar.gz: 0d36eb344aeb50911cccf0f0cc73163c47dc6584
3
+ metadata.gz: b7313c8ed6c72be629973d8af04ccaad229f96e9
4
+ data.tar.gz: 6b88359fec942a719f11fd1d21f0208c0b82715d
5
5
  SHA512:
6
- metadata.gz: b90adb9fbb9bf4139ae91dcfb5aab5b726dd87b5a19197f8e6fab5425319bdff0ffa08392998f1681ec041d623528b8e7c0cb9df8d5d435ec267abf46c0a347b
7
- data.tar.gz: 10c61b97243335736ecebb3edfe0e0830c2ef42c4f80af16e776efcf65b11b016b3ecb769c472531a82f5107bf518ac625087edf8ae1f1579e8889fd73d2b9fc
6
+ metadata.gz: 9b244fa299b992eb65e2f6c30c2c420a85963890448f7e2df50e46b2c4fc7fd565c3db2f5c38f1009faab8956d6b73ac305e93413adeea06616ce942c2b736bc
7
+ data.tar.gz: 81970ee8700260bed08f9d253396aa1439e3174e3c88e79e5f071ec2a8a2bd05a19b9f2805f5dccc3eaccc3ae08fe70e43a2b238e2ab0f70fa32f73bb5a60c30
@@ -1,5 +1,5 @@
1
1
  module Compass
2
2
  module Excess
3
- VERSION = '0.5.1'
3
+ VERSION = '0.5.2'
4
4
  end
5
5
  end
@@ -45,10 +45,12 @@ $line-height-modifiers: (
45
45
  $line-offset: 0px,
46
46
  $platform: default
47
47
  ) {
48
+ $line-width: $line-width / 1px;
48
49
  $line-offset: $line-offset / 1px;
49
50
  $line-height: $line-height * map-get($line-height-modifiers, $platform);
50
51
 
51
52
  @if $line-offset == 0 {
53
+ @debug $line-width;
52
54
  $color-stop: percentage(1 - ($line-width / ($line-height * 10)));
53
55
  @include background-image(
54
56
  linear-gradient(
@@ -91,7 +93,7 @@ $line-height-modifiers: (
91
93
  $font-size: 1.4,
92
94
  $line-height: 1.8,
93
95
  $stroke-width: 2px,
94
- $line-width: 1px,
96
+ $line-width: 1,
95
97
  $line-offset: 0px
96
98
  ) {
97
99
  @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.1
4
+ version: 0.5.2
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-16 00:00:00.000000000 Z
11
+ date: 2016-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass