emma-css-rails
Emma.css { emmet-like utility classes } for Rails
Installation
Add this to your Gemfile
:
gem "emma-css-rails"
and run bundle install
.
Usage
In your application.css
, include the css file:
/*
*= require emma.css/scss/all
*/
Then restart your webserver if it was previously running.
If you prefer SCSS, add this to your application.css.scss
file:
@import "emma.css/scss/all";
See also: Getting Started with Emma.css
License
Released under the MIT license.