readme.md in stipe-0.0.5.7.9 vs readme.md in stipe-0.0.5.8
- old
+ new
@@ -10,10 +10,16 @@
To use the Stipe gem, using Bundler `gem 'stipe'`
Stipe is a Compass Extension, so Compass is a dependency. You will need to include `require 'stipe'` in your config.rb file.
# Stipe Changelog
+###0.0.5.8
+* Move grid extends to load last in style.scss manifest - when using the extended grid solution, this will move all your media queries to the end of the stylesheet.
+* Removed support for Font-Awesome and Zocial ico-fonts
+* Replaced with new and improved "build your own" ico-font solution
+* General bug fixes
+
###0.0.5.7.9
* BUG FIX - Addressed duplicate output for 12 col and 24 col nested placeholder selectors
###0.0.5.7.8
* ALERT!!!! Deprecated Stipe's gradient support. This code will be deleted in future releases. Please make sure to update all gradients to use Compass' `@include background-image` mixin
@@ -54,23 +60,5 @@
* Added new `extend_color_loop` mixin
* Dynamically looping through list of OOCSS names to create color block classes
* New `extend_color_loop` mixin
* Added to `/stipe/stylesheets/stipe/toadstool/ui_patterns/_color_grid.scss`
* All extends generated in memory from lists of objects
-
-###0.0.5.5
-* Fixed order of `@imports` in `_manifest.scss`
-
-###0.0.5.4
-* Removed Google Font from Toadstool
-
-###0.0.5.3
-* Added new feature for hidpi image management
-
-###0.0.5.2
-* UI adjustments to `color_palettes` view
-
-###0.0.5.1
-* Adding new configutation support for form UI
-
-###0.0.5.0
-* Updated stipe manifest to allow for single import