After many years of development, I’m excited to share the interior of the first electric Ferrari designed by LoveFrom. Tactile controls and digital interactions blend into one cohesive interface, shaped through deep collaboration across engineering, interaction, graphics, typography, sound, and industrial design. So incredibly proud of the thoughtfulness and care the team brought to every detail.
https://t.co/JZCleflfu7
Claude Code has 3 permission tiers and most people use zero of them:
"allow" - Auto-approve the routine stuff
"ask" - Confirm the risky stuff
"deny" - Block the dangerous stuff
Configure once. Never click "allow" on npm test again. Your flow state will thank you.
At Apple, we believe that climate change is one of the world’s most urgent priorities and we are deeply committed to doing our part. Today we had a special guest—a real force of nature—stop by to check on our progress.
Exciting news from Figma. The latest release introduces Dev Mode, along with Variables and Auto Layout, enabling designers to generate production-level code 🚀😌
Have you ever wondered why padding is inconsistent above and below text elements?
We can fix that with `leading-trim`. Available now in Safari Technology Preview. 🤩
Demo: https://t.co/KWkNQXStXW
CSS Spec: https://t.co/5EEHFsvJaZ
Tiny design detail: nested border radii look really funky if they're the same. To maintain the same curvature, the outer radius = inner radius + padding.
Great feature from #config2022 that was easy to miss...
You can now control auto-layout directly from the canvas!
double click on an edge 👇
"Hug Contents"
opt + double click 👇
"Fill Container"
My favorite features from this release —
- AL: Absolute Positioning
- Component Props
- AL: Individual Strokes
- Truncate Text
- Negative Spacing
- Spring Animation
It solves my biggest pain points at once! I can finally build table components more at ease 😌
#Config2022
CSS Tip! ✨
Use "clip-path: polygon()" to create shapes with CSS 😎
Need a drop shadow? Apply the "clip" to a pseudo-element 👍
Check this demo that's a "clip-path" version of the famous "The Shapes of CSS" article from @css
👉 https://t.co/XQEfl7DYNK via @CodePen