compass-excess 0.3.0 → 0.3.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 +4 -4
- data/lib/compass/excess/version.rb +1 -1
- data/stylesheets/_typography.scss +0 -52
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 94e7595977dd654c83f97b41ae65f0e6b3ab0d72
|
|
4
|
+
data.tar.gz: 3b2313f28cddd65662f4d021a91c140b753daee8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ea6e23cf253b20145b0cae35eaf35f5a9e98a04734201488ed1456b6d3df67ddf4c81a9bc33424d4d28f44cd11a909125c7dea66e3aec4f63296f1d9e9122b8
|
|
7
|
+
data.tar.gz: 28d3da049ffbf90cdcdaeb23448211b52e718c8a93d1eb5fb631349c7c774f324847c8f1714abfe49fbf188a2c226ed48c475bd48ceaa5f3d184f157b8628c72
|
|
@@ -23,27 +23,6 @@
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
$line-height-modifiers: (
|
|
27
|
-
default: 1.1875,
|
|
28
|
-
mac: 1,
|
|
29
|
-
ie: 1.25
|
|
30
|
-
);
|
|
31
|
-
|
|
32
|
-
@mixin text-underline-line-height($line-height) {
|
|
33
|
-
text-decoration: none;
|
|
34
|
-
@include line-height($line-height * map-get($line-height-modifiers, default));
|
|
35
|
-
background-repeat: repeat-x;
|
|
36
|
-
|
|
37
|
-
body.mac &,
|
|
38
|
-
body.ios & {
|
|
39
|
-
@include line-height($line-height);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
body.ie & {
|
|
43
|
-
@include line-height($line-height * map-get($line-height-modifiers, ie));
|
|
44
|
-
}
|
|
45
|
-
} // @text-underline-line-height()
|
|
46
|
-
|
|
47
26
|
@mixin text-underline-stroke($stroke-color, $stroke-width) {
|
|
48
27
|
@include text-shadow(
|
|
49
28
|
0 $stroke-width 0 $stroke-color,
|
|
@@ -53,37 +32,6 @@ $line-height-modifiers: (
|
|
|
53
32
|
);
|
|
54
33
|
} // @text-underline-stroke()
|
|
55
34
|
|
|
56
|
-
@mixin text-underline(
|
|
57
|
-
$color: black,
|
|
58
|
-
$background-color: transparent,
|
|
59
|
-
$stroke-color: white,
|
|
60
|
-
$font-size: 1.4,
|
|
61
|
-
$line-height: 1.8,
|
|
62
|
-
$stroke-width: 2px,
|
|
63
|
-
$line-width: 1px,
|
|
64
|
-
$line-offset: 0px
|
|
65
|
-
) {
|
|
66
|
-
@include text-underline-line-height($line-height);
|
|
67
|
-
@include text-underline-stroke($stroke-color, $stroke-width);
|
|
68
|
-
} // @text-underline()
|
|
69
|
-
|
|
70
|
-
@mixin text-underline-hover(
|
|
71
|
-
$color: black,
|
|
72
|
-
$background-color: transparent,
|
|
73
|
-
$stroke-color: white,
|
|
74
|
-
$font-size: 1.4,
|
|
75
|
-
$line-height: 1.8,
|
|
76
|
-
$stroke-width: 2px,
|
|
77
|
-
$line-width: 1px,
|
|
78
|
-
$line-offset: 0px
|
|
79
|
-
) {
|
|
80
|
-
@include text-underline-line-height($line-height);
|
|
81
|
-
|
|
82
|
-
&:hover {
|
|
83
|
-
@include text-underline-stroke($stroke-color, $stroke-width);
|
|
84
|
-
}
|
|
85
|
-
} // @text-underline-hover()
|
|
86
|
-
|
|
87
35
|
@mixin text-no-underline-hover {
|
|
88
36
|
&:hover { text-decoration: none; }
|
|
89
37
|
}
|
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.3.
|
|
4
|
+
version: 0.3.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-
|
|
11
|
+
date: 2016-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: compass
|