autoprefixer-core
Advanced tools
Comparing version 5.1.2 to 5.1.3
@@ -0,1 +1,4 @@ | ||
# 5.1.3 | ||
* Add IE support for `image-rendering: crisp-edges`. | ||
# 5.1.2 | ||
@@ -2,0 +5,0 @@ * Add never existed `@-ms-keyframes` to common mistake. |
(function() { | ||
var add, feature, flexbox, gradients, logicalProps, prefix, resolution, result, sort, textDecoration, | ||
var add, crispedges, feature, flexbox, gradients, logicalProps, prefix, resolution, result, sort, textDecoration, | ||
__slice = [].slice; | ||
@@ -392,3 +392,7 @@ | ||
feature(require('caniuse-db/features-json/css-crisp-edges'), function(browsers) { | ||
crispedges = require('caniuse-db/features-json/css-crisp-edges'); | ||
feature(crispedges, { | ||
match: /y x/ | ||
}, function(browsers) { | ||
return prefix('crisp-edges', { | ||
@@ -400,2 +404,10 @@ props: ['image-rendering'], | ||
feature(crispedges, { | ||
match: /a x/ | ||
}, function(browsers) { | ||
return prefix('image-rendering', { | ||
browsers: browsers | ||
}); | ||
}); | ||
logicalProps = require('caniuse-db/features-json/css-logical-props'); | ||
@@ -402,0 +414,0 @@ |
@@ -64,2 +64,4 @@ (function() { | ||
Declaration.hack(require('./hacks/image-rendering')); | ||
Declaration.hack(require('./hacks/justify-content')); | ||
@@ -66,0 +68,0 @@ |
{ | ||
"name": "autoprefixer-core", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "CLI-less core of Autoprefixer to use in plugins", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"num2fraction": "~1.0.1", | ||
"caniuse-db": "^1.0.30000062", | ||
"caniuse-db": "^1.0.30000064", | ||
"postcss": "~4.0.3" | ||
@@ -24,0 +24,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
140614
51
3156
Updatedcaniuse-db@^1.0.30000064