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 8572fc8 commit 052e40eCopy full SHA for 052e40e
packages/purgecss-with-wordpress/README.md
@@ -25,7 +25,7 @@ import purgecssWordpress from 'purgecss-with-worpress'
25
const purgeCss = new Purgecss({
26
content: ['**/*.html'],
27
css: ['**/*.css'],
28
- whitelist: purgecssWorpress.whitelist,
+ whitelist: purgecssWordpress.whitelist,
29
whitelistPatterns: purgecssWordpress.whitelistPatterns
30
})
31
const result = purgecss.purge()
@@ -42,4 +42,4 @@ Purgecss-with-wordpress is based on the [gist](https://gist.github.com/frnwtr/56
42
## License
43
44
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
45
-for details.
+for details.
0 commit comments