We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19f9508 + 49bf0b5 commit 05ce19cCopy full SHA for 05ce19c
1 file changed
index.js
@@ -57,6 +57,7 @@ module.exports = postcss.plugin('postcss-replace', (opts = defaults) => {
57
break;
58
59
case 'Declaration':
60
+ node.prop = node.prop.replace(...replacementArgs);
61
node.value = node.value.replace(...replacementArgs);
62
63
0 commit comments