Skip to content

Commit e18daf6

Browse files
committed
v0.5.0
- build with rollup and minification - change default extractor from split to match regex - v0.5.0
1 parent 9fd4044 commit e18daf6

File tree

6 files changed

+41
-14894
lines changed

6 files changed

+41
-14894
lines changed

docs/Extractor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ There are multiples types of files that can contains selectors such as html file
88
You can use an extractor by settings the extractors option in the purgecss config file.
99
```js
1010
import purgeJs from "purgecss-from-js"
11-
import purgeHtml from "purgecss-from-html"
11+
import purgeHtml from "purge-from-html"
1212

1313
const options = {
1414
content: [],// files to extract the selectors from

0 commit comments

Comments
 (0)