Printing music with CSS grid
Laying out sheet music with CSS grid—sounds extreme until you see it abstracted into a web component.
We need fluid and responsive music rendering for the web!
Prompted by Utopia, Piper shares her methodology for fluid type in Sass.
Laying out sheet music with CSS grid—sounds extreme until you see it abstracted into a web component.
We need fluid and responsive music rendering for the web!
Ethan’s ode to the fr
unit in CSS grid.
Google Fonts only lets you download .ttf files meaning that if you want to self-host your fonts (and you should), you have to first convert them to .woff2 files.
Luckily this tool has been online for over a decade, doing what Google Fonts should be doing by default.
Anselm isn’t talking about becoming a CSS wizard, but simply having an understanding of what CSS can do. I have had similar experiences to this:
In the past years I had various situations where TypeScript developers (they called themselves) approached me and asked whether I could help them out with CSS. I expected to solve a complex problem but for me — knowing CSS very well — it was always a simple, straightforward solution or code snippet.
Let’s face it, “full stack” usually means “JavaScript”—HTML and CSS aren’t considered worthy of consideration. Their loss.
A drop-in replacement for Google Fonts without the tracking …but really, you should be self-hosting your font files.
A presentation at An Event Apart Seattle 2018.
For some reason, Google Fonts only provides .ttf files if you’re self-hosting. I don’t know why.
Combining custom properties, hsl(), and calc() to get cascading button styles.
A clever technique I learned from Trys.
They said it couldn’t be done.