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 588c361 commit 58f7d66Copy full SHA for 58f7d66
lib/rules/migration-from-tailwind-2.js
@@ -148,7 +148,7 @@ module.exports = {
148
const deprecatedBgOpacity = [];
149
const filtered = classNames.filter((cls) => {
150
const suffix = groupUtil.getSuffix(cls, mergedConfig.separator);
151
- if (/^((backdrop\-)?filter|transform)$/i.test(suffix)) {
+ if (/^((backdrop\-)?(filter|transform))$/i.test(suffix)) {
152
notNeeded.push(cls);
153
return false;
154
}
0 commit comments