Commit graph

3 commits

Author SHA1 Message Date
Travis Ralston
1d98e96300 -> unstable 2024-12-19 09:25:15 -07:00
Travis Ralston
bc995e66d6 v1.13 2024-12-19 09:22:58 -07:00
Kévin Commaille
1accb9e93f
Optimize generated CSS by removing unused selectors (#2008)
Hugo generates stats about the HTML elements, IDs and classes that can be found in the website,
and we post-process the rendered CSS with postcss-purgecss that uses those stats to remove unused selectors.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-12-10 22:55:14 +00:00