0.0
No commit activity in last 3 years
No release in over 3 years
Emma.css { emmet-like utility classes } for Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.4
 Project Readme

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.

Author

ruedap