Skip to content

Commit

Permalink
Update gulp plugins in 'getting started'
Browse files Browse the repository at this point in the history
  • Loading branch information
janwirth authored and Panya committed Dec 30, 2015
1 parent bbcde26 commit f3e15bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -13,7 +13,7 @@ Watch and compile a stylus file from command line with
```bash
stylus -w style.styl -o style.css
```
You can also [try all stylus features on stylus-lang.com](http://stylus-lang.com/try.html), build something with stylus on [codepen](codepen.io) or integrate stylus with [gulp](http://gulpjs.com/) using [accord](https://www.npmjs.com/package/gulp-accord).
You can also [try all stylus features on stylus-lang.com](http://stylus-lang.com/try.html), build something with stylus on [codepen](http://codepen.io) or integrate stylus with [gulp](http://gulpjs.com/) using [gulp-stylus](https://www.npmjs.com/package/gulp-stylus) or [gulp-accord](https://www.npmjs.com/package/gulp-accord).

### Example

Expand Down

0 comments on commit f3e15bb

Please sign in to comment.