`content.match` will return `null` on files without any matches (e.g. empty files). This causes purgecss to fail. Returning an empty array on falsey values fixes this