An open API service indexing awesome lists of open source software.

https://github.com/mainej/groundworkcss_gem

Add groundworkcss to rails project
https://github.com/mainej/groundworkcss_gem

Last synced: 3 months ago
JSON representation

Add groundworkcss to rails project

Awesome Lists containing this project

README

        

groundworkcss_gem
=================

Add groundworkcss to your rails project

Add this to your Gemfile:
```
gem 'groundworkcss', :git => 'https://github.com/sidereel/groundworkcss_gem', :submodules => true
```

And then run:
```
$ bundle exec rails g groundworkcss:install
```

Yay!