2022-11-28
|~4 min read
|704 words
Yesterday, when I was writing about adding drop caps with css, I stumbled on two new features within CSS: The css at-rule Conditional Media…
2022-11-28
|~2 min read
|212 words
When I’m working in bash, it’s common that I’ll want to sequence operations together so that one naturally follows another. For example…