stipe 0.0.5.7.4 → 0.0.5.7.5

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.
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: -ms-linear-gradient(top, $color_values);
25
+ background: linear-gradient(top, $color_values);
26
26
  }
27
27
 
28
28
 
@@ -1,4 +1,3 @@
1
-
2
1
  // General font size function that will convert intigers into em values
3
2
  // font-size: em(12);
4
3
  @function em($target, $context: $font_size) {
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
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-01-15 00:00:00.000000000 Z
13
+ date: 2013-04-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: compass