posthtml / posthtml-minify-classnames

📩 Rewrites classnames and ids in HTML and CSS to reduce file size.
MIT License
84 stars 14 forks source link

Removes all classes #44

Closed aminya closed 8 months ago

aminya commented 11 months ago

I am trying to use this plugin, however, it just removes all the classes from the HTML file

This is how I use it:

const { html } = await posthtml([minifyClassnames(), htmlNano()]).process(content, {})
PersonalityFox commented 8 months ago

aminya, i recently encountered the same problem at 11ty. Сheck that the code contains