broccoli-autoprefixer
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -21,5 +21,5 @@ 'use strict'; | ||
AutoprefixerFilter.prototype.processString = function (str) { | ||
return autoprefixer.apply(autoprefixer, this.options.browsers).process(str).css; | ||
return autoprefixer.apply(autoprefixer, this.options.browsers).process(str, this.options).css; | ||
}; | ||
module.exports = AutoprefixerFilter; |
{ | ||
"name": "broccoli-autoprefixer", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Prefix CSS using Autoprefixer", | ||
@@ -29,10 +29,11 @@ "license": "MIT", | ||
"dependencies": { | ||
"autoprefixer": "^1.1.2", | ||
"autoprefixer": "^2.2.0", | ||
"broccoli-filter": "^0.1.6" | ||
}, | ||
"devDependencies": { | ||
"broccoli": "^0.7.2", | ||
"broccoli": "^0.12.3", | ||
"broccoli-cli": "0.0.1", | ||
"mocha": "*", | ||
"rimraf": "~2.2.6" | ||
"rimraf": "^2.2.6" | ||
} | ||
} |
@@ -29,2 +29,4 @@ # [broccoli](https://github.com/joliss/broccoli)-autoprefixer [![Build Status](https://travis-ci.org/sindresorhus/broccoli-autoprefixer.svg?branch=master)](https://travis-ci.org/sindresorhus/broccoli-autoprefixer) | ||
See the Autoprefixer [options](https://github.com/ai/autoprefixer#visual-cascade). | ||
##### browsers | ||
@@ -31,0 +33,0 @@ |
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
2527
42
4
+ Addedautoprefixer@2.2.0(transitive)
+ Addedfs-extra@0.10.0(transitive)
+ Addedjs-base64@2.1.9(transitive)
+ Addedjsonfile@1.2.0(transitive)
+ Addedpostcss@2.1.2(transitive)
- Removedautoprefixer@1.3.1(transitive)
- Removedbase64-js@0.0.8(transitive)
- Removedfs-extra@0.9.1(transitive)
- Removedjsonfile@1.1.1(transitive)
- Removedpostcss@0.3.5(transitive)
Updatedautoprefixer@^2.2.0