AMCSS

AMCSS in Ruby.

Why AMCSS?

Nowadays it seems like "to do everything using classes" is the mantra for most CSS development. Why can't we use different approaches? AMCSS uses custom, namespaced attributes and mostly unknown CSS selector to apply style to the page.

Take a deep breath and have a look at the documentation, 'cause it worths a moment of you developer time.

Install

Add this line to your application's Gemfile:

gem 'amcss'

And then execute:

$ bundle

Or install it yourself as:

$ gem install amcss

Usage

AMCSS is designed as a foundation for other libraries, specifically developed for different environments.

Contributing

  1. Fork it ( https://github.com/sistrall/amcss/fork )
  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 a new Pull Request