Björn Ganslandt

@Ansimorph
3 Followers
114 Following
17 Posts
Freelance frontend developer building fast, beautiful and sustainable websites
webhttps://ganslandt.xyz

✨ On sharp transitions: whether we have a linear or a radial gradient, if the current stop position is equal or smaller than the position of the previous stop one, we have a sharp transition. Since `0` is smaller than any positive value, we can make the code of our gradient with sharp transitions more easily maintainable by writing

✅ `red 9%, tan 0`

instead of ❌ `red 9%, tan 9%`.

This way, if we need to change that stop position later, we only need to change it in one place, not two!

#css

✨ `:has()` boolean logic ✨

💫 OR - use comma-separated values inside `:has()`

💫 AND - use chained `has()` selectors

You can play with it here https://codepen.io/thebabydino/pen/KKeMLja

#css #tinyCodingTips #CodePen

Oh hello, I'm here now - after a brief life as terribleMia over on mastodon.social - and it's lovely to see so many of you.

- I like weird art
- I like weird CSS
- people are cooler than tech

I helped put this server together, and I hope it grows to host a thriving community of cool people. Thanks to everyone who's joined already. We'll get some guidelines in place soon.

#introductions

🍃 WDRL 304: New CSS, an unplugged life, and new Open Source challenges.

https://wdrl.info/archive/304

#webdev #newsletter

Edition 304 by Anselm Hannemann

New CSS stuff, an unplugged life, and new Open Source challenges.

WDRL – Web Development Reading List
Updating the iBook G4 to #openbsd 7.2

Day 28: custom properties and web components

We already know that we can encapsulate styles within a web component and we know that web components inherit styles. Another interesting feature of web components in terms of CSS is that custom properties used in a web component can be modified from the outside.

#100DaysOfMoreOrLessModernCSS

https://www.matuzo.at/blog/2022/100daysof-day28/

Day 28: custom properties and web components

Day 28: custom properties and web components
“Is Turbopack really 10x Faster than Vite?” by Evan You
https://github.com/yyx990803/vite-vs-next-turbo-hmr/discussions/8
Is Turbopack really 10x Faster than Vite? · Discussion #8 · yyx990803/vite-vs-next-turbo-hmr

A week ago, Vercel announced Turbopack, a Rust-based successor to Webpack. In the announcement, one of the headlines was that Turbopack is "10x faster than Vite". This line is repeated in...

GitHub
#Atlanta is just so much better than everything else on TV right now
I made a short adventure for the playdate console. If you grab the simulator, you can also play it on your computer.
https://ansimorph.itch.io/nocturia
Nocturia by Ansimorph

A game about having to go to the toilet

itch.io
Words to live by