README.rdoc in sitges-0.1.0 vs README.rdoc in sitges-0.2.0

- old
+ new

@@ -1,18 +1,30 @@ == CSS helper for Rails 3 = Basic Usage This gem is depend from HAML - <tt>gem "haml-rails"</tt> + gem "haml-rails" + The basic usage is copy all stylesheets files: - <tt>rails generate sitges</tt> + rails generate sitges:install + And you can acces to stylesheet guide from: - <tt>styleguides</tt> + /styleguides + +Add to your *.scss file: + + @import "[module]"; + = Content -* Reset -> Reset from Yahoo Reset -* Grids -> Grids from OOCSS +Some modules provided by sitges: + +* Reset -> Reset from Yahoo Reset [reset] +* Grids -> Grids from OOCSS [grids] +* Typography -> Rhythm & Proportion from Sitges special functions. [sitges] +* Basic rails style -> Flash notice divs. [rails] +* Basic style -> [tables, lists, forms, html5, prettify]