Skip to content

Commit

Permalink
Update READMEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Nov 18, 2015
1 parent c7e2ae0 commit bd252e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions fork-versions/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
## Using with node-sass

1. Copy these files to your Sass project.
2. This fork-able version requires the [support-for](https://github.com/JohnAlbin/support-for) Sass module. Add it to your package.json with: `npm install --save-dev support-for`
2. This fork-able version requires the [support-for](https://github.com/JohnAlbin/support-for) Sass module. Add it to your package.json with:

```bash
npm install --save-dev support-for
```

3. Add support-for's `sass` directory to your nodeSass' [`includePaths` option](https://github.com/sass/node-sass#includepaths).

```js
Expand Down Expand Up @@ -41,4 +46,8 @@ gem 'support-for', '~> 1.0'
require 'support-for'
```

3. Update your local Gems with: `bundle install`
3. Update your local Gems with:

```
bundle install
```
2 changes: 1 addition & 1 deletion fork-versions/ruby-sass-compass/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fork-able normalize-scss for Ruby Sass and Compass 1.0
# Fork-able normalize-scss<br> for Ruby Sass and Compass 1.0

In addition to copying these files to your Sass project, you'll also need to:

Expand Down

0 comments on commit bd252e8

Please sign in to comment.