Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated a few broken links to Stylus documentation #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
8 changes: 4 additions & 4 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](https://stylus.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/stylus/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 @@ -68,5 +68,5 @@ body
```

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