autoprefixer
Advanced tools
Comparing version 10.4.1 to 10.4.2
@@ -597,3 +597,3 @@ let unpack = require('caniuse-lite').feature | ||
f(prefixIntrinsic, { match: /x|\s#5/ }, browsers => | ||
prefix(['stretch'], { | ||
prefix(['fit-content'], { | ||
props: sizeProps, | ||
@@ -605,6 +605,10 @@ feature: 'intrinsic-width', | ||
f(prefixIntrinsic, { match: /x|\s#5/ }, browsers => | ||
prefix(['fit-content'], { | ||
// Stretch value | ||
let prefixStretch = require('caniuse-lite/data/features/css-width-stretch') | ||
f(prefixStretch, browsers => | ||
prefix(['stretch'], { | ||
props: sizeProps, | ||
feature: 'intrinsic-width', | ||
feature: 'css-width-stretch', | ||
browsers | ||
@@ -611,0 +615,0 @@ }) |
{ | ||
"name": "autoprefixer", | ||
"version": "10.4.1", | ||
"version": "10.4.2", | ||
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", | ||
@@ -33,3 +33,3 @@ "engines": { | ||
"browserslist": "^4.19.1", | ||
"caniuse-lite": "^1.0.30001294", | ||
"caniuse-lite": "^1.0.30001297", | ||
"fraction.js": "^4.1.2", | ||
@@ -36,0 +36,0 @@ "normalize-range": "^0.1.2", |
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
196176
6939
Updatedcaniuse-lite@^1.0.30001297