Build Design Systems With Penpot Components
Jul 21, 2:15 AM
Penpot's new component system for building scalable design systems, emphasizing designer-developer collaboration.
smashingmagazine.com
CSS-Tricks | Chris Coyier
In CSS, some properties have shorthand. One property that takes separated values. Syntactic sugar, as they say, to make authoring easier. Take transition
, which might look something like:
.element {
transition: border 0.2s ease-in-out;
}
We coul...
AI-driven updates, curated by humans and hand-edited for the Prototypr community