stipe 0.0.5.7.2 → 0.0.5.7.3
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/buttons/_mixins.scss +4 -1
- metadata +1 -1
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.3
|
21
|
+
* Removed sass-globbing dependency in stipe itself
|
22
|
+
|
20
23
|
###0.0.5.7.2
|
21
24
|
* Commonly named color values (aquamarine, white, Crimson, etc) need to be put in `' '` when processed through Rails
|
22
25
|
|