new superpower: shift+enter moves selection to parent. So I just cmd+click into things then shift+enter my way out as far as I need, saves most of the clickity-clackity
TIL some amazing Figma features that are completely game changer for me. They solve so much of the little struggles I had and were there all the time, I just didn't know they exist🤯
I can resize frames without messing with their content by holding ctrl/cmd. Used to move the content out in the layer panel, resize frame, then move back in.
Feels like I have superpowers now.
I like this! A Collection of common CSS mistakes, and how to fix them by @cat_a_flame
🔗 https://t.co/2SucEn0CHc
Here is an example:
/* Bad */
.my-class {
z-index: 122828282882;
}
/* Good */
.my-class {
position: absolute;
z-index: 2;
}
The next generation of Serverless computing will not be hosted execution environments & managed services run by cloud providers.
It will be a new paradigm of decentralized protocols running networks of nodes providing services like compute, identity, storage, & other pieces of
TIL about CSS @property, and I can't wait for it to become widely supported, it's amazing how much it enables us to do without any JS. This article from @jh3yy has really cool demos
https://t.co/IKbAsP8qnv