While trying to optimize PostCSS workflow, I came across “PostProcess”. It’s great, really makes things smooth!
PurgeCSS with PostProcess uses hugo_stats.json as given here. In my project, I had some ‘table’ elements like, table, thead, tbody, tr, th, and td. But I could see only table element in the hugo_stats.json file. This leads to PurgeCSS not accounting for the styles I have set for td and th.
Thoughts? Am I doing something wrong? Thanks in anticipation.