1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 02:38:32 +03:00

Remove old sprockets instructions

This commit is contained in:
Joshua Peek 2015-03-23 12:37:35 -07:00
parent b4af627293
commit 9046d5d172

View File

@ -45,12 +45,6 @@ Install Primer with Bower by adding `https://github.com/github/primer.git#x.x.x`
**Hey, GitHubbers!** For GitHub.com, you'll need to `cd` into `vendor/assets` and run `bower install` there. Be sure to commit and push all the changes, including the `bower.json` and everything under `bower_components`.
**Rails 3.x Note** Rails 3.x is locked to an older version of sprockets that doesn't support Bower. You can work around this by installing the [sprockets 2.2.2.backport2](http://rubygems.org/gems/sprockets/versions/2.2.2.backport2) gem.
``` ruby
gem 'sprockets', '2.2.2.backport2'
```
## Usage
Once included, simply `@import` either the master SCSS file, or the individual files as you need them.