Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions public/docs/development/stylus.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ If you are familiar with Sass, you will accustomed to naming your partials with

## Using Nib

[Nib](http://visionmedia.github.io/nib/) is a library of mixins and utilities for Stylus. The fastest way to add Nib to your Harp app is to clone the Nib Git repository:
[Nib](http://tj.github.io/nib/) is a library of mixins and utilities for Stylus. The fastest way to add Nib to your Harp app is to clone the Nib Git repository:

```sh
git clone https://github.com/visionmedia/nib.git /path/to/myapp.harp.io/public/css/_nib
git clone https://github.com/tj/nib.git /path/to/myapp.harp.io/public/css/_nib
```

Now, in `style.styl` from the previous example, I can bring in Nib.
Expand All @@ -69,4 +69,4 @@ body

## Also see
- [Official Site](http://learnboost.github.io/stylus/)
- [Nib Documentation](http://visionmedia.github.io/nib/)
- [Nib Documentation](http://tj.github.io/nib/)