fix: multiple no utility classes warnings

fixes #67
This commit is contained in:
Mark Lawlor
2022-06-01 11:51:52 +10:00
parent 4576923e20
commit c4b4a172bf

View File

@@ -103,7 +103,7 @@ export default function rootVisitor(
content: [filename],
// If the file doesn't have any Tailwind styles, it will print a warning
// We force an empty style to prevent this
safelist: ["native-empty"],
safelist: ["babel-empty"],
});
const bodyNode = path.node.body;