autoprefixer
Advanced tools
Comparing version 0.1.20130409 to 0.2.20130413
@@ -33,4 +33,4 @@ /* | ||
// Parse CSS and add prefixed properties and values, when it really necessary | ||
// for selected browsers. | ||
// Parse CSS and add prefixed properties and values by Can I Use database | ||
// for actual browsers. | ||
// | ||
@@ -37,0 +37,0 @@ // var prefixed = autoprefixer.compile(css); |
@@ -20,3 +20,3 @@ /* | ||
var autoprefixer = require('../..'); | ||
var autoprefixer = require('../autoprefixer.js'); | ||
@@ -65,3 +65,3 @@ var transition; | ||
var properties = props.filter(function (i) { return !i.onlyValue; }); | ||
var values = props.filter(function (i) { return i.onlyValue; }); | ||
var values = props.filter(function (i) { return i.onlyValue; }); | ||
@@ -68,0 +68,0 @@ var out = "Browsers:\n" + |
{ | ||
"name": "autoprefixer", | ||
"version": "0.1.20130409", | ||
"description": "Parse CSS and add prefixed properties and values, when it really necessary for selected browsers.", | ||
"version": "0.2.20130413", | ||
"description": "Parse CSS and add prefixed properties and values by actual Can I Use database", | ||
"keywords": ["css", "prefix", "rework"], | ||
@@ -13,3 +13,3 @@ "author": "Andrey Sitnik <andrey@sitnik.ru>", | ||
"dependencies": { | ||
"rework": ">= 0.13.2" | ||
"rework": ">= 0.14" | ||
}, | ||
@@ -21,3 +21,4 @@ "devDependencies": { | ||
"chai": "1.5.0", | ||
"sinon-chai": "2.3.1" | ||
"sinon-chai": "2.3.1", | ||
"component": "0.13.2" | ||
}, | ||
@@ -24,0 +25,0 @@ "bin": { |
# Autoprefixer | ||
Parses CSS and add prefixed properties and values when it really necessary | ||
for selected browsers. | ||
Parse CSS and add prefixed properties and values by | ||
[Can I Use](http://caniuse.com/) database for actual browsers. | ||
@@ -14,5 +14,4 @@ Write your CSS usual code without prefixes (forget about them at all, | ||
Autoprefixer will take own database (from [Can I Use](http://caniuse.com/)) | ||
with current browser statistics and properties support and adds only | ||
actual prefixes: | ||
Autoprefixer will take database with current browser statistics | ||
and properties support and adds only actual prefixes: | ||
@@ -19,0 +18,0 @@ ```css |
Sorry, the diff of this file is not supported yet
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
103867
6
3752
121
Updatedrework@>= 0.14