What if I'm unsuccessful at trying to be unsuccessful at what I do?
Am I successful or unsuccessful?
Life is short.
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
Consider this my application to be followed here and not Twitter. π€
Josh never disappoints!
Very few have the talent to teach and communicate complex topics like he does.
Dangit! Your fake account followed me today, too. I knew it was too good to be true. Woe is me! π
Unlinked component variant classes
Webflow component style variant classes are beyond ugly. π€’
Not a fan of how they mangle my classes, especially if you unlink the components.
Check out how Webflow component variants are making our Zazz design system even better. Here's a quick demo that shows what's possible.
I've noticed a growing trend in established, modern software to consistently release blatantly half-baked features.
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?
Adding % and # fields to Webflow vars is actually a huge win for advanced design systems.
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-...
Ruh roh! Webflow pulled the trigger on acquiring GSAP too early.
Motion (fka Framer Motion) just dropped as a vanilla js lib. At 90% the size of GSAP and with much better everything.
motion.dev