autoprefixer 9.4.5 → 9.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/lib/hacks/grid-utils.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/lib/hacks/grid-utils.js
CHANGED
|
@@ -1001,7 +1001,7 @@ function warnGridGap(_ref13) {
|
|
|
1001
1001
|
|
|
1002
1002
|
if (!hasColumns && (hasBothGaps || gap.column && !gap.row)) {
|
|
1003
1003
|
delete gap.column;
|
|
1004
|
-
decl.warn(result, 'Can not
|
|
1004
|
+
decl.warn(result, 'Can not implement grid-gap without grid-template-columns');
|
|
1005
1005
|
}
|
|
1006
1006
|
}
|
|
1007
1007
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autoprefixer",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.6",
|
|
4
4
|
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
|
|
5
5
|
"keywords": ["autoprefixer", "css", "prefix", "postcss", "postcss-plugin"],
|
|
6
6
|
"author": "Andrey Sitnik <andrey@sitnik.ru>",
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"node": ">=6.0.0"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"browserslist": "^4.4.
|
|
14
|
-
"caniuse-lite": "^1.0.
|
|
13
|
+
"browserslist": "^4.4.1",
|
|
14
|
+
"caniuse-lite": "^1.0.30000929",
|
|
15
15
|
"normalize-range": "^0.1.2",
|
|
16
16
|
"num2fraction": "^1.2.2",
|
|
17
|
-
"postcss": "^7.0.
|
|
17
|
+
"postcss": "^7.0.13",
|
|
18
18
|
"postcss-value-parser": "^3.3.1"
|
|
19
19
|
},
|
|
20
20
|
"bin": {
|