Sha256: 96ccf3808adbe031a9a305b7b14b397263e5e8142f908932214fdc18184f88d7
Contents?: true
Size: 906 Bytes
Versions: 8
Compression:
Stored size: 906 Bytes
Contents
# Mice Mice is semantic front-end framework. ## Installation Add this line to your application's Gemfile: ```ruby gem 'mice' ``` or ```ruby gem 'mice', :git => 'git@github.com: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 ```css @import "mice"; ``` or ```css /* *= 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 ## Copyright and license Code and documentation copyright 2014 Miclle. Code released under the MIT license. Docs released under Creative Commons.
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
mice-0.1.7 | README.md |
mice-0.1.6 | README.md |
mice-0.1.5 | README.md |
mice-0.1.4 | README.md |
mice-0.1.3 | README.md |
mice-0.1.2 | README.md |
mice-0.1.1 | README.md |
mice-0.1 | README.md |