Skip to content

Commit

Permalink
v1.2.0 readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Mar 8, 2016
1 parent dc621eb commit 5f9af58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-stylus v1.1.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-stylus.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-stylus) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/3f708w3tww2lem3o/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-stylus/branch/master)
# grunt-contrib-stylus v1.2.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-stylus.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-stylus) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/3f708w3tww2lem3o/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-stylus/branch/master)

> Compile Stylus files to CSS
Expand Down Expand Up @@ -171,6 +171,7 @@ stylus: {

## Release History

* 2016-03-08   v1.2.0   Stylus ^0.54
* 2016-03-04   v1.1.0   Add "resolve url nocheck". Fixes Remove peerDeps. Point main script to task.
* 2016-01-19   v1.0.0   Bump stylus to 0.53.
* 2015-07-21   v0.22.0   Add `relativeDest` option. Bump stylus to 0.52.
Expand Down Expand Up @@ -208,4 +209,4 @@ stylus: {

Task submitted by [Eric Woroshow](http://ericw.ca)

*This file was generated on Fri Mar 04 2016 12:34:59.*
*This file was generated on Tue Mar 08 2016 16:42:19.*
2 changes: 1 addition & 1 deletion docs/stylus-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ _All urls are resolved relatively to position of resulting `.css` file_
Type: `Boolean`
Default: `false`

Like [resolve url(#resolve-url), but without file existence check. Fixing [some current issues](https://github.com/stylus/stylus/issues/2119).
Like [resolve url](#resolve-url), but without file existence check. Fixing [some current issues](https://github.com/stylus/stylus/issues/2119).

( **NOTICE:** the object key contains two spaces `"resolve url nocheck"` )

Expand Down

0 comments on commit 5f9af58

Please sign in to comment.