autoprefixer-stylus
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -7,5 +7,5 @@ var autoprefixer = require('autoprefixer'); | ||
return function(style){ | ||
style.on('end', function(css, cb){ | ||
if (args) return cb(null, autoprefixer.apply(this, args).compile(css)); | ||
cb(null, autoprefixer.compile(css)); | ||
this.on('end', function(err, css){ | ||
if (args) return autoprefixer.apply(this, args).compile(css); | ||
autoprefixer.compile(css); | ||
}); | ||
@@ -12,0 +12,0 @@ } |
{ | ||
"name": "autoprefixer-stylus", | ||
"description": "autoprefixer for stylus", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
@@ -13,3 +13,4 @@ "repository": { | ||
"should": "*", | ||
"stylus": "*" | ||
"stylus": "*", | ||
"coffee-script": "*" | ||
}, | ||
@@ -16,0 +17,0 @@ "author": "Jeff Escalante", |
@@ -6,5 +6,8 @@ Autoprefixer Stylus | ||
[![tests](https://travis-ci.org/jenius/autoprefixer-stylus.png?branch=master)](https://travis-ci.org/jenius/autoprefixer-stylus) | ||
[![npm](https://badge.fury.io/js/autoprefixer-stylus.png)](http://badge.fury.io/js/autoprefixer-stylus) | ||
### Installation | ||
Just run `npm install autoprefixer-stylus --save` in your project's directory. | ||
You can install through npm as such: `npm install autoprefixer-stylus` | ||
@@ -11,0 +14,0 @@ ### Usage |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3940
10
50
4