Skip to content

Commit 9f64822

Browse files
authored
docs: Fix custom extractors syntax (#77)
1 parent ba13564 commit 9f64822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export default {
196196
purgeCSS: {
197197
extractors: () => [
198198
{
199-
extractor: (content) {
199+
extractor(content) {
200200
return content.match(/[A-z0-9-:\\/]+/g)
201201
},
202202
extensions: ['html', 'vue', 'js']

0 commit comments

Comments
 (0)