We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc358c6 commit 4918152Copy full SHA for 4918152
README.md
@@ -66,6 +66,9 @@ return gulp.src('./src/*.css')
66
67
## Changelog
68
69
+* 4.0.0
70
+ * Updated PostCSS to 4.0
71
+
72
* 3.0.0
73
* Updated PostCSS to 3.0 and fixed tests
74
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-postcss",
3
- "version": "3.0.0",
+ "version": "4.0.0",
4
"description": "PostCSS gulp plugin",
5
"main": "index.js",
6
"scripts": {
@@ -23,7 +23,7 @@
23
"homepage": "https://github.com/w0rm/gulp-postcss",
24
"dependencies": {
25
"gulp-util": "^3.0.0",
26
- "postcss": "^3.0.0",
+ "postcss": "^4.0.0",
27
"through2": "^0.6.1",
28
"vinyl-sourcemaps-apply": "^0.1.1"
29
},
0 commit comments