README.md in purecss-0.0.6 vs README.md in purecss-0.0.7
- old
+ new
@@ -3,11 +3,11 @@
Pure is a set of small, responsive CSS modules that you can use in every web project realized by the yahoo developer team.
This gem adds Pure CSS 0.1.0 to the Assets Pipeline of Rails 3.2.
Additionally it provides
- a jQuery function that automatically enables the dropdown menu without the need of additional rails packages/frameworks (YUI or others).
-- a small optional set of css for right-aligned horizontal menus, CSS carets (font-independent), vertical separators, ...
+- a small optional set of css for right-aligned horizontal menus, CSS carets (font-independent), vertical separators, alerts, ...
I cite directly from [purecss.io](http://purecss.io)
> CSS with a minimal footprint.
>
> Pure is ridiculously tiny. The entire set of modules clocks in at 5.7KB minified and gzipped, without forgoing responsive styles, design, or ease of use. Crafted with mobile devices in mind, it was important to us to keep our file sizes small, and every line of CSS was carefully considered. If you decide to only use a subset of these modules, you'll save even more bytes.
@@ -60,10 +60,11 @@
It provides the CSS classes
- ```pure-custom-caret``` for the dropdown menu
- ```pure-menu-custom-separator-vertical``` to add a vertical separator to the horizontal menu
- ```pure-custom-close``` for nicer ```x``` to close eventual modal views (to display modals, bootstrap-modal works quite well with Pure)
+- ```pure-custom-alert```, ```pure-custom-alert-error```, ```pure-custo-alert-success```, ```pure-custom-alert-warning```
- *EXPERIMENTAL* ```pure-menu-custom-pull-right``` to align the menu to the right (must be in the same tag of ```pure-menu```. _Bug: the height of the header is sligtly bigger using this class._)
The flag *EXPERIMENTAL* means that the functionality is not fully functional, you can try it and use it but its syntax/use could change in a next release. If you have a fix please add a pull request!
### Dropdown Menu
@@ -127,10 +128,11 @@
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## Changelog
-- 0.0.6 Reorganized CSS Addon structure
+- 0.0.7 Fixed dependencies
+- 0.0.6 Reorganized CSS Addon structure, added Alerts
- 0.0.5 Slightly improved dropdown (now it works even with different menu font), added purecss-custom.css
- 0.0.3 Added Dropdown script on top of jQuery, corrected README
- 0.0.2 Gem restructured following [Gemify Assets for Rails](http://prioritized.net/blog/gemify-assets-for-rails/), added individual modules, improved size