two 'cards' inside two other elements. Each 'card' has an image and button. All elements have rounded corners. The sidebar has smaller rounded corners.
inherit() is now available to play with in Chrome Canary.
Here's some writing I did about it earlier:
How CSS inherit() Could Simplify Design Systems
www.alwaystwisted.com/articles/mak...
How inherit() Can Simplify Border‑Radius for Components
www.alwaystwisted.com/articles/mak...
🙏🖤
25.11.2025 11:26
👍 11
🔁 3
💬 4
📌 1
Sounds very much like content-tag idea? This as a TC39 standard and I see this for oxc/ox-transformer.
They are adopting popular libraries (ie. styled components) as plugins now. At least plugins and not hardcoded built-in.
JSX should move into a plugin, others can join, spec can emerge :)
10.11.2025 12:01
👍 0
🔁 0
💬 0
📌 0
Ember 6.8 Released
The Ember project is excited to announce the release of Ember v6.8. This is a standard minor release as part of the standard Ember Release Train process, but this release isn't...
Hot off the press!
6.8 released with some big features 🎉
⚡@vite.dev by default
🕚 Compatible with libraries from 8+ years ago*
✨ New APIs: renderComponent, additional reactive data structures
🤝 No more hbs by default (strict: true)
Read more here:
blog.emberjs.com/ember-releas...
26.10.2025 04:17
👍 42
🔁 16
💬 1
📌 2
Great idea and good place to expressing my wishes here - thanks @jakearchibald.com
Also: Didn't know I wished for so much - all CSS and HTML for design systems (+ Temporal)
11.10.2025 10:41
👍 2
🔁 0
💬 0
📌 0
Time to tell stories in a book ✌️
17.09.2025 10:56
👍 1
🔁 0
💬 0
📌 0
Better auth supports lots of these
13.09.2025 19:40
👍 2
🔁 0
💬 0
📌 0
Form control styling - Tim Nguyen - CSS Day 2025
YouTube video by Web Conferences Amsterdam
Great talk from @ntim.me about CSS form styling. This sounds super exciting and I already want to use it!
www.youtube.com/watch?v=WgSi...
11.09.2025 12:27
👍 1
🔁 0
💬 0
📌 0
TIL (or maybe I did know once, forgot and relearned): You can use colspan="100%" on a <td> in HTML to span it across the entire table. Especially handy, if you don't know the amount of columns you deal with.
05.09.2025 14:06
👍 1
🔁 0
💬 0
📌 0
Ember is really spoiled with some of the greatest conferences and even if you don’t use Ember but just love Frontend and great people you should come, cause you’re missing out.
31.08.2025 06:31
👍 7
🔁 4
💬 0
📌 1
Using `@hokulea/ember-pahu` from `@hokulea/ember` itself, with its pretty API to have rules for typing and linked fields.
Of course it is designed to use it from your UI library/design system, as I do use it myself. Here is the pretty version of using the form in #emberjs
(All I wanted was the rules thingy)
Demo: hokulea.netlify.app?path=/story/...
26.08.2025 15:26
👍 1
🔁 0
💬 0
📌 0
Syntax for `@hokulea/ember-pahu` using helpers and modifiers to attach them to HTML
I also made an integration for #emberjs:
🪘@hokulea/ember-pahu
To be truly headless no components were harmed; it comes with pure helpers and modifiers.
Attach it to your form elements
26.08.2025 15:23
👍 0
🔁 0
💬 0
📌 0
Syntax to create a form in `@hokulea/pahu`
I made an agnostic headless form library:
🪘@hokulea/pahu
✨ HTML first. Use native form features through a pleasent API
✨ Validation & Revalidation
✨ Validators: Native, Custom, Standard Schema
✨ Nested & initial data
✨ Linked Fields
✨ Typescript support
➡️ github.com/hokulea/pahu
26.08.2025 15:20
👍 5
🔁 1
💬 2
📌 0
Shiki + twoslash. I use it in vitepress, gives really nice code samples.
15.08.2025 18:39
👍 2
🔁 0
💬 0
📌 0
Two funny facts about Headless things:
1. When people give you a headless something as components - instant redflag ⛳
2. The headless thing is usually the head 🧠
13.08.2025 14:46
👍 0
🔁 0
💬 0
📌 0
oh whoopsie, I mixed up zod and valibot 🙈. Happy to have it in valibot, too :)
04.08.2025 16:12
👍 3
🔁 0
💬 0
📌 0
Thanks for the solution of a problem I will be going to have 😅
Also let @fabianhiller.com know about this.
I think it's great and the type first approach matches more my mental model. Also likely they even exist before the schema is around.
01.08.2025 17:50
👍 0
🔁 0
💬 2
📌 0
Theemo plugin adds these transforms in Figma (hsl only for now). Meanwhile dtcg announced the color module, which will support more formats. Will figma support them, too?
I'm also in favor of oklch, would love to see good tooling support for all ofc.
23.06.2025 10:07
👍 0
🔁 0
💬 0
📌 0
Internals | Theemo
Design Token Automations - Connecting Tools
I call them constrained rsp computed values. See for example here: theemo.io/design-token...
You can find example tokens for either on:
- theemo.io/theming/buil...
- theemo.io/theming/buil...
Check the "Input" (and also learn how they are turned into CSS).
23.06.2025 09:51
👍 0
🔁 0
💬 1
📌 0
Awesome. Love the spirit!
16.06.2025 09:16
👍 1
🔁 0
💬 0
📌 0
Thanks Sam, it started as a ~30loc javascript in 2020, then I researched tokens published as the "Inside Design Tokens" Series... I'm still implementing that research results, it's grown a "little" 😅
13.06.2025 08:05
👍 1
🔁 0
💬 0
📌 0
There you go: bsky.app/profile/gos....
12.06.2025 14:19
👍 0
🔁 0
💬 0
📌 0
Design Tokens in Figma
Generated CSS with `@property`, `light-dark()` and color functions
Releasing Theemo v1.0
the end-to-end design token workflow tool:
✨ Generates Modern CSS: @property, light-dark() and color functions
✨ Integrations with @vite.dev, @emberjs.com, @svelte.dev and @vuejs.org
➡️ theemo.io
Release posts (!) in the thread.
12.06.2025 14:07
👍 23
🔁 7
💬 5
📌 1
Yes, translating them into their final form (eg css) requires knowledge about all constraints (doing that atm with theemo). That knowledge is necessary for @property, color() or light-dark(), etc.
Watch the upcoming release (writing docs about this rn).
07.06.2025 19:11
👍 0
🔁 0
💬 1
📌 0
I like the DDD approach, too.... both!
20.04.2025 13:24
👍 1
🔁 0
💬 0
📌 0
CSS is awesome, especially recently - I see it as a requirement. I am free to ignore tailwind users :]
I got your point for the icon. Though CSS has an answer to that, too.
30.03.2025 18:27
👍 2
🔁 0
💬 1
📌 0