stipe 0.0.5.7.4 → 0.0.5.7.5
Sign up to get free protection for your applications and to get access to all the features.
data/readme.md
CHANGED
@@ -17,6 +17,9 @@ Stipe is a Compass Extension, so Compass is a dependency. You will need to inclu
|
|
17
17
|
* BUG FIX
|
18
18
|
* nth-child buttons: need to remove the left margin for mobile breakpoint
|
19
19
|
|
20
|
+
###0.0.5.7.5
|
21
|
+
* Replaced `-ms-linear-gradient(...)` with `linear-gradient(..)` in `linear_gradient_w3c()` mixin.
|
22
|
+
|
20
23
|
###0.0.5.7.4
|
21
24
|
* Updated `_forms.scss` to support legacy versions of extends
|
22
25
|
|
@@ -22,7 +22,7 @@
|
|
22
22
|
background: -webkit-linear-gradient(top, $color_values);
|
23
23
|
background: -moz-linear-gradient(top, $color_values);
|
24
24
|
background: -o-linear-gradient(top, $color_values);
|
25
|
-
background:
|
25
|
+
background: linear-gradient(top, $color_values);
|
26
26
|
}
|
27
27
|
|
28
28
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stipe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.5.7.
|
4
|
+
version: 0.0.5.7.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-
|
13
|
+
date: 2013-04-02 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: compass
|