๐ฉโ๐ป Join our community of thousands of amazing developers!
Pretty notable when a tweet about a flexbox layouts gets 8K+ likes on Twitter! 4 layouts for the price of 1, thanks flex ๐ css` form { display: flex; flex-wrap: wrap; & > input { flex: 1 1 10ch; margin: .5rem; &[type="email"] { flex: 3 1 30ch; } } }` view source on Codepen ๐https://t.co/Q8H5ly2ZIe pic.twitter.com/y6HqxClILZ โ Adam Argyle (@argyleink) January 14, 2020 That's "native" CSS nesting in use there as well, assuming we get that at some โฆ Read...