Search

Post types:
Categories:
πŸ”–

Specificity calculator

Read Note

An extremely useful tool for comparing and visualising the specificity of a given CSS selector. …

πŸ”–

The CSS Cascade

Read Note

I don't think I've come across a clearer explanation of the full cascade before, nor one so beautifully crafted. An excellent resource and …

πŸ”–

Tailwind and the death of web craftsmanship

Read Note

I have used Tailwind on various projects. I think for prototyping and quick proof of concepts, for one-off projects that never need to be updated, it has some advantages. But for code that you want …

πŸ“–

Where is Superwoman? [#33]

Read Article

Khoi Vinh recently linked out to an article by Amanda Shendruk looking at the data behind female inclusion in comic books. As both Khoi and Amanda state, it should come as no surprise that the …

πŸ“–

Grid Lock

Read Article

An attempted experiment to replicate the blog layout of ilovetypography.com, which uses floats to great effect, with more modern CSS Grid and Flex techniques. Turned out to not be quite so simple, but taught me a lot about the benefits and limitations of CSS Grid.

πŸ“–

Pass API Data to the Stylesheet with CSS Variables

Read Article

I keep running into the same problem: how to set a style attribute in the CMS and have that be dynamically rendered on the front-end, without relying on inline styles. Turns out it's a great use case for CSS variables!

πŸ“–

Adding Search: Refining The Frontend (Algolia, Gatsby, Craft CMS - Part 3)

Read Article

The search page is live, the index is populated, but it all looked a bit rubbish and it didn't quite work as well as I wanted. Now it's using custom-styled components, queries are tracked/stored via the URL for persistence, and you can filter results based on category.

πŸ“–

Unlocking Git with Aliases

Read Article

A look at how I've been using Git aliases to remove repetitive tasks, automate workflows, and generally optimise working on the command line. They're small tips, but they've had a big impact on me.

πŸ”–

Sexism, racism, toxic positivity, and TailwindCSS

Read Note

Cher has written an excellent, concise, and extremely evenly-handed response to the current Tech Twitterβ„’ nonsense. I wanted to save it (alongside Andy's) to refer to next time this happens …