AMCSS in Ruby.
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.
Add this line to your application's Gemfile:
gem 'amcss'
And then execute:
$ bundle
Or install it yourself as:
$ gem install amcss
AMCSS is designed as a foundation for other libraries, specifically developed for different environments.
If you're using Rails, than you could evaluate amcss-rails.
- Fork it ( https://github.com/sistrall/amcss/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request