- fix issue #92 where value between rounded brackets for nth-child and nth-of-type pseudo-class gets purged if it starts with 'n' or '-n'
- Update dependencies, including PostCSS 7
- Merge FullHuman#81, fixing FullHuman#80
- Change default extractor, does not return error for empty file anymore
- Remove legacy option
- Add rejected option FullHuman#55
- Add range ignore comment (
purgecss start ignore
andpurgecss end ignore
) FullHuman#66
- FullHuman#48, fix FullHuman#41
- New option
fontFace
to remove unused font-face declaration - Remove unused vendor-prefixed keyframes rules
- Update dependencies
- FullHuman#34, fix FullHuman#33
- Update dependencies
- Modify Rollup configuration: remove commonjs plugin and add glob as external dependency
- Change default extractor regex, fixing FullHuman#37
- Update dependencies
- Use files property in package.json: importing only necessary files.
keyframes
option set tofalse
by default,keyframes: true
causing issue with bootstrap FullHuman#33- Update dependencies.
- Merge PR FullHuman#29 by @jsnanigans: add
raw
for content option to pass a raw string instead of a filepath. - Fix incorrect logic that removes attributes selectors.
- Update dependencies.