Sha256: cd37542a63dc8295fb5c04fb0c5b6614cdc9b377b7b1308b8ebfca36faa9742c
Contents?: true
Size: 842 Bytes
Versions: 7
Compression:
Stored size: 842 Bytes
Contents
# emma-css-rails [Emma.css](https://github.com/ruedap/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: ``` css /* *= require emma */ ``` Then restart your webserver if it was previously running. If you prefer SCSS, add this to your `application.css.scss` file: ``` scss @import "emma"; ``` See also: [Getting Started with Emma.css](https://github.com/ruedap/emma.css#getting-started) ## License Released under the [MIT license](http://ruedap.mit-license.org/2015). ## Author <a href="https://github.com/ruedap"><img src="https://dl.dropboxusercontent.com/u/281168/images/github-ruedap-avatar-1500x1500.png" alt="ruedap" title="ruedap" width="100" height="100"></a>
Version data entries
7 entries across 7 versions & 1 rubygems