I've been trying to use the ignore option, but it doesn't appear to be functioning as expected.
My code looks like this:
.pipe(plugins.uncss({
html: glob.sync('./**/*.{csh,h}tml'),
ignore: ['.active']
})
Any suggestions on why it might not be working correctly?