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.
2 parents 7e388ec + 5edc4aa commit 5f92ee0Copy full SHA for 5f92ee0
README.md
@@ -74,7 +74,7 @@ gulp.task('default', function () {
74
var postcss = require('gulp-postcss');
75
var cssnext = require('postcss-cssnext');
76
var opacity = function (css, opts) {
77
- css.eachDecl(function(decl) {
+ css.walkDecls(function(decl) {
78
if (decl.prop === 'opacity') {
79
decl.parent.insertAfter(decl, {
80
prop: '-ms-filter',
0 commit comments