home.social

#purgecss — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #purgecss, aggregated by home.social.

fetched live
  1. Post >> PurgeCSS joins my new styling stack • I stay in CLI City as I continue using Lightning CSS with my Hugo site.

    brycewray.com/posts/2024/02/pu

  2. I have reduced my production built styles.css from 112 kB to 5.4 kB with .

    It got rid of all the unnecessary styles from an 15 project (especially styles) without breaking anything!

    Love it ❤️

  3. @konrad yeah, so I realised!

    I guess I'm an edge-case, because I'm not really writing a node app: just a static app that uses node for preprocessors (#tailwindcss, , ). Maybe it's up to me to find my own standard 😜

    Since everything is a "view" here, maybe I'll just put things in css/ and js/ directly instead of nesting them in a view/ folder.

    (I will be writing proper apps eventually, though, so stuff like pm2 will come in handy then 🙂)

  4. DropCSS - DropCSS is an unused CSS cleaner; it takes your HTML and CSS as input and returns only the used CSS as output. github.com/leeoniya/dropcss #Front #CSS #PurgeCSS