README.md in purecss-0.0.11 vs README.md in purecss-0.2.0
- old
+ new
@@ -1,9 +1,9 @@
# Purecss
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.
+This gem adds Pure CSS 0.2.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, alerts, ...
@@ -81,11 +81,11 @@
and then use the class ```pure-menu-has-children``` for the ```li``` that will contain the submenu,
add ```data-toggle="dropdown"``` to its label element (tipically an anchor),
and use the class ```pure-menu-children``` for the ```ul``` that contains the submenu.
-I hope it is clear with the following example (that includes the custom css too):
+I hope it becomes clear with the following example:
```
<header class="header pure-u-1">
<div class="pure-menu pure-menu-open pure-menu-fixed pure-menu-horizontal">
<div class="pure-menu-heading"><%= link_to "sample app", root_path, id: "logo" %></div>
<ul>
@@ -112,35 +112,12 @@
</header>
```
My dropdown menu code do not support dropdown submenus, for that you can use YUI as in purecss.io example, or pull me a workaround :)
-## TODO
-
-Fix the pull-right menu CSS.
-
-I'd like to add
-- Helpers for navigation bars, menus, forms, grids, ...
-- Integration wit Rails SASS
-- Toolkit to set up website palette in an easy way using SASS
-- Way to keep the css updated
-- Any other ideas?
-
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
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.11 New Pure css git bugfixes added, added working menu-pull-right workaround
-- 0.0.10 Updated with new Pure css git version. No more need of some of our customizations.
-- 0.0.9 Problem in pushing the new gem, needed another version number to push it again
-- 0.0.8 Travis support, Rakefile corrected
-- 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
-