Founder & Design Engineer (i think) @ Meridian
🔗 https://meridian.design
git push origin main --force
git remote remove origin
git branch | grep -v main | xargs git branch -D
git reflog expire --expire=now --all
git gc --aggressive --prune=now
git push origin main --force
git remote remove origin
git branch | grep -v main | xargs git branch -D
git reflog expire --expire=now --all
git gc --aggressive --prune=now
Very few have the talent to teach and communicate complex topics like he does.
When I see this effect in the wild, though, it’s almost never as lush and realistic as it could be. There’s an important optimization that nobody makes.
✨ I share the secret sauce in my brand-new post:
Very few have the talent to teach and communicate complex topics like he does.
Not a fan of how they mangle my classes, especially if you unlink the components.
Not a fan of how they mangle my classes, especially if you unlink the components.
A great example of this was when Webflow first released variables, you couldn't reorder them—huge oversight! 🤦♂️
Figma's variables are STILL half-baked.
What's the reason, I wonder?
A great example of this was when Webflow first released variables, you couldn't reorder them—huge oversight! 🤦♂️
Figma's variables are STILL half-baked.
What's the reason, I wonder?
For example, in Zazz, relative color functions like:
oklch(from var(--primary) calc(l + (0.1 * var(--mode-value))) c h);
Can now just be abstracted to:
primary-lighten: 0.1
webflow.com/updates/new-...
For example, in Zazz, relative color functions like:
oklch(from var(--primary) calc(l + (0.1 * var(--mode-value))) c h);
Can now just be abstracted to:
primary-lighten: 0.1
webflow.com/updates/new-...
Motion (fka Framer Motion) just dropped as a vanilla js lib. At 90% the size of GSAP and with much better everything.
motion.dev
Motion (fka Framer Motion) just dropped as a vanilla js lib. At 90% the size of GSAP and with much better everything.
motion.dev