Quick Figma tricks you may not know exist
In this Little Design Tip, Leanne shares some really handy Figma tricks about its powerful auto layout tool.
In this Little Design Tip, Leanne shares some really handy Figma tricks about its powerful auto layout tool.
Something non-designers understandably struggle with is how to make things look good. One of those things is long form content that’s well set and readable. Luckily, CSS makes this easy, you just have to know what to change.
If you’ve got a rounded corner on both the outside, and the inside of an element that both have the same value, it looks pretty weird. In this Little Design Tip, we dig into a formula to get relative rounded corners, along with a nice CSS utility to apply to your projects.
I’ve stumbled across an issue with Lighthouse where I get a bad performance score for a progressive enhanced burger menu pattern.
You can set a different delay for each transitioned property, using the transition shorthand, which creates some pretty cool state changes.
You can prevent that annoying squished look that elements like icons get when space runs out in a flex context with flex: none.