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 c48ee72 + 5a819b3 commit 9b50f79Copy full SHA for 9b50f79
docs/TAILWINDCSS.md
@@ -52,7 +52,7 @@ const purgecssOptions = {
52
// Leave css definitions starting with an underscore untouched.
53
// This prevents css definitions generated by ember-css-modules
54
// from being purged.
55
- whitelistPatterns: [/^_/]
+ safelist: [/^_/]
56
};
57
58
let cssModulesPlugins = [
0 commit comments