stipe 0.0.5.7.5 → 0.0.5.7.6
Sign up to get free protection for your applications and to get access to all the features.
- data/readme.md +3 -0
- data/stylesheets/stipe/gradients/mixins/_area_51.scss +1 -0
- metadata +2 -2
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.6
|
21
|
+
* Restore `-ms-linear-gradient(...)` in `linear_gradient_w3c()` mixin. Because Jed has no idea what he's doing.
|
22
|
+
|
20
23
|
###0.0.5.7.5
|
21
24
|
* Replaced `-ms-linear-gradient(...)` with `linear-gradient(..)` in `linear_gradient_w3c()` mixin.
|
22
25
|
|
@@ -21,6 +21,7 @@
|
|
21
21
|
background: $default_color; // default fallback
|
22
22
|
background: -webkit-linear-gradient(top, $color_values);
|
23
23
|
background: -moz-linear-gradient(top, $color_values);
|
24
|
+
background: -ms-linear-gradient(top, $color_values);
|
24
25
|
background: -o-linear-gradient(top, $color_values);
|
25
26
|
background: linear-gradient(top, $color_values);
|
26
27
|
}
|
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.6
|
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-04-
|
13
|
+
date: 2013-04-08 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: compass
|