We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42df97 commit 35b2e9cCopy full SHA for 35b2e9c
2 files changed
config/grunt/postcss.js
@@ -1,5 +1,5 @@
1
// https://github.com/nDmitry/grunt-postcss
2
-var autoprefixer = require( 'autoprefixer-core' );
+var autoprefixer = require( 'autoprefixer' );
3
4
module.exports = {
5
options: {
package.json
@@ -15,7 +15,7 @@
15
"url": "https://github.com/wpsitecare/sitecare-plugin-config.git"
16
},
17
"peerDependencies": {
18
- "autoprefixer-core": "5.x",
+ "autoprefixer": "6.x",
19
"grunt": "0.x",
20
"grunt-banner": "0.x",
21
"grunt-checktextdomain": "1.x",
0 commit comments