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
- Host: GitHub
- URL: https://github.com/mainej/groundworkcss_gem
- Owner: mainej
- Created: 2013-04-10T21:36:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-10T21:43:37.000Z (about 12 years ago)
- Last Synced: 2025-01-31T15:49:53.095Z (5 months ago)
- Language: Ruby
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!