Maxmertkit for Rails
Maxmertkit is css framework based on widget-modifier coding style
Official repo: https://github.com/maxmert/maxmertkit
Official demo: http://maxmert.com/
Installation
Add this line to your application's Gemfile:
gem 'maxmertkit-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install maxmertkit-rails
Stylesheets
Add necessary stylesheet file to app/assets/stylesheets/application.css
*= require maxmertkit
*= require maxmertkit-components
*= require maxmertkit-animation
Javascripts
Add necessary javascript(s) files to app/assets/javascripts/application.js
Thanks
Thanks maxmert! This guy is owner
https://github.com/maxmert/maxmertkit
Official demo: http://maxmert.com/
Contributing
- Fork it
- 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 new Pull Request