diff --git a/docs/index.md b/docs/index.md index 62c3c04..14dcc23 100644 --- a/docs/index.md +++ b/docs/index.md @@ -278,7 +278,7 @@ title: "The atomic web toolkit for pragmatists"
Add ~*
and !*
classes to your PurgeCSS class safelist,
if applicable. Because of an issue with PurgeCSS, it erroneously removes modifier classes that only set CSS variables (like ~urge
- and !low
). Add the following to your PurgeCSS config: whitelistPatterns: [/^~/, /^!/]
.
+ and !low
). Add the following to your PurgeCSS config: safelistPatterns: [/^~/, /^!/]
.