Sha256: 908c100492bbe69545f1fc15b94ccbf1626645509a9c1631a9dcb13a8dbcedb5
Contents?: true
Size: 840 Bytes
Versions: 2
Compression:
Stored size: 840 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.css/sass/all */ ``` Then restart your webserver if it was previously running. If you prefer SCSS, add this to your `application.css.scss` file: ``` scss @import "emma.css/sass/all"; ``` 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://avatars.githubusercontent.com/u/289671?v=3&s=300" alt="ruedap" title="ruedap" width="100" height="100"></a>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
emma-css-rails-0.11.0.0 | README.md |
emma-css-rails-0.10.0.0 | README.md |