veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

293
active users

#css

73 posts59 participants6 posts today

So I was writing some CSS and assigning an rgb color and the R value was '192' so I typed out: rgb(192.168. before I caught myself. So then I was like, well what happens if I put an IP address in there? and... rgb(192.168.0.1) actually works?

FF and chrome both interpret it as rgb(192,0,0) which is a red color, but like the fact it doesn't error is pretty weird, rgb(192) errors.

Did some maintenance work on my #Hugo #blog just now: combined all css into one bundle using a bundle-resource partial, trimmed out whitespace in <head> (looks much neater now) and removed fontawesome.

The number of requests is down and I feel the page loads way snappier (I could be biased lol). I just realise aliases in Hugo creates a lot of extra folders/files in /public. Once I check there's no new incoming traffic from those I'll delete it?

512KB/1MB club soon? 👀

Tailwind is the Worst of All Worlds, colton.dev/blog/tailwind-is-th.

The article explains why Tailwind (tailwindcss.com/) is based on and encourages bad practices, which creates more maintenance burden and larger bundles. The article also explains why Tailwind met success and what other better tools should learn from that.

colton.devTailwind is the Worst of All WorldsApparently this horse hasn't been beaten enough.