autoprefixer
Advanced tools
Comparing version 6.7.5 to 6.7.6
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 6.7.6 | ||
* Fix `font-kerning` (by Chi Vinh Le). | ||
## 6.7.5 | ||
@@ -5,0 +8,0 @@ * Fix `text-decoration-skip` in iOS (by Chi Vinh Le). |
@@ -299,3 +299,3 @@ (function() { | ||
feature(require('caniuse-db/features-json/font-feature.json'), function(browsers) { | ||
return prefix('font-feature-settings', 'font-variant-ligatures', 'font-language-override', 'font-kerning', { | ||
return prefix('font-feature-settings', 'font-variant-ligatures', 'font-language-override', { | ||
browsers: browsers, | ||
@@ -306,2 +306,9 @@ feature: 'font-feature' | ||
feature(require('caniuse-db/features-json/font-kerning.json'), function(browsers) { | ||
return prefix('font-kerning', { | ||
browsers: browsers, | ||
feature: 'font-kerning' | ||
}); | ||
}); | ||
feature(require('caniuse-db/features-json/border-image.json'), function(browsers) { | ||
@@ -308,0 +315,0 @@ return prefix('border-image', { |
{ | ||
"name": "autoprefixer", | ||
"version": "6.7.5", | ||
"version": "6.7.6", | ||
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
"browserslist": "^1.7.5", | ||
"caniuse-db": "^1.0.30000624", | ||
"caniuse-db": "^1.0.30000628", | ||
"normalize-range": "^0.1.2", | ||
@@ -20,0 +20,0 @@ "num2fraction": "^1.2.2", |
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
210830
4474
Updatedcaniuse-db@^1.0.30000628