Mice

Mice is semantic front-end framework.

Installation

Add this line to your application's Gemfile:

gem 'mice'

or

gem 'mice', :git => '[email protected]:miclle/mice.git'

And then execute:

bundle install

Or install it yourself as:

$ gem install mice

mice with Rails

CSS

Import Mice in an SCSS file (for example, application.css.scss) to get all of Mice's styles

@import "mice";

or

/*
 *= require mice
 */

Contributing

  1. Fork it ( http://github.com/miclle/mice/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 new Pull Request

Code and documentation copyright 2014 Miclle. Code released under the MIT license. Docs released under Creative Commons.