To my followers:
if you're here for development insight, references et al, I'll do my best to still provide that to you & hope to be back to normal tweeting. However, as a white person in the U.S., I need to exercise my privilege to help stop this violence #BlackLivesMatter
Howdy. Weโre trying to help our friend thatโs been disabled by two separate injuries stay in her home. The CRPS in her dominant hand is a huge problem that requires treatment. It has made it impossible for her to do rapid typing โ a huge part of her job.
https://t.co/zaEbqgzGKI
"The Cascade is a member supported blog about the past, present, and future of #CSS."
๐ https://t.co/aG2e6AJeRS
โ
My favorite thing about it might be the URL. =D
Animates <table>
โ row.remove()
โ table.insertAdjacentHTML()
โค๏ธโ๐ฅ special animation like the table is crushing a row out of existence hehe
โ used devtools in the vid to slowmo the effect
viva View Transitions:
https://t.co/4VQQD4gmVd
src on Codepen:
https://t.co/9hdmGXHrGB
Future CSS Tip! ๐ฎ (This one's close ๐ค)
You can use "subgrid" to give child elements access to a parent's grid tracks ๐
This is great when you want to make sure content lines up ๐ Check those cards ๐
article {
grid-row: span 4;
display: grid;
grid-template-rows: subgrid; ๐
}
In this example, article uses grid but makes use of the tracks defined by the parent layout container. That makes it easier to line up content within the cards ๐
Cool thing is, we don't even need to define the rows in the parent. We use the implicit ones from the parent.
main {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}
This might be easier to understand with the video below that shows the grid tracks using DevTools and toggles subgrid on and off ๐ค
@CodePen link below! ๐
Hey @figma - really love that Dev Mode, but when we gonna get some degree of versioning? All these hacky work-arounds and duplicate files kinda break that Figma magic ๐
๐ฅ Design Systems Resources
A collection of design system resources curated by @rominadesigner ๐
๐ง Tools
๐ Plugins
โ๏ธ Design systems
๐ Libraries
๐ Podcasts
โถ๏ธ Videos
๐ Books
๐ฃ Conferences
Link below ๐
#designsystems#design#uxui#uxdesign#ux
Are you a seasoned #WebDeveloper looking to level up your #CSS game? Dive into the #MDNBlogUpdate that explores the powerful :not() pseudo-class. Enhance your CSS skills and learn how to selectively style specific elements while excluding others. https://t.co/MLsTZw3IMn
In 2012, a man was captured floating his dog to sleep in Lake Superior. His dog had developed severe arthritis and had weeks to live.
He responded by taking him to the lake every day to help ease the pain in his final days.
โ๏ธ Rebuilding a featured news section with modern CSS: Vox news
I took a look at Vox news featured section and explored how to rethink it with modern CSS in mind. That was fun and I learned a lot!
๐ https://t.co/1hJHfjN9nc