![Build Great Apps: Designer and Developer Collaboration Just Got Easier](https://www.cdn5.niftycent.com/d/e/r/5/w/8/g/build-great-apps-designer-and-developer-collaboration-just-got-easier.webp)
(This is a sponsored post.) We’re going to go over details on how designer ↔️ developer collaboration in AWS Amplify Studio can make app building easier, but let’s cover one of those things right at the top here.
Say … https://css-tricks.com/build-great-apps-designer-and-developer-collaboration-just-got-easier/
![Auto Dark Theme](https://www.cdn5.niftycent.com/d/1/p/r/w/0/P/auto-dark-theme.webp)
There are a number of ways to approach a dark mode for your website, but essentially you get all the styles ready for it and then apply them when the user has indicated they want them, whether by direct … https://css-tricks.com/auto-dark-theme/
![Make Joyful Things](https://www.cdn5.niftycent.com/d/D/O/2/m/B/a/make-joyful-things.webp)
Everything kind of sucks right now. Things—generally—feel bad. Setting aside the broader realities of a global pandemic and rampant social injustices, we’re watching the identity of the web platform, an intrinsically free and open medium of creative expression, co-opted for … https://css-tricks.com/make-joyful-things/
![Links on Performance V](https://www.cdn5.niftycent.com/d/1/n/A/x/B/V/links-on-performance-v.webp)
Does shadow DOM improve style performance? — Nolan Lawson covers how, because of the inherent encapsulation of the shadow DOM, the styling gets applied a bit faster than it would if those styling rules were relevant to the entire page. But … https://css-tricks.com/links-on-performance-v/
![A visual introduction to machine learning](https://www.cdn5.niftycent.com/d/1/R/d/b/L/9/a-visual-introduction-to-machine-learning.webp)
Just the first sentence alone here from Stepanie Yee and Tony Chu is solid:
In machine learning, computers apply statistical learning techniques to automatically identify patterns in data. These techniques can be used to make highly accurate predictions.
And what … https://css-tricks.com/a-visual-introduction-to-machine-learning/
![The surprising behavior of !important in CSS custom property values](https://www.cdn5.niftycent.com/d/e/r/5/3/2/g/the-surprising-behavior-of-important-in-css-custom-property-values.webp)
Huh! I did not realize that CSS custom properties had their own resolution behavior for how !important works in their values. Uh, despite writing a guide about them. 😬 But hey it’s now updated.
Stefan Judis documents it clearly. … https://css-tricks.com/the-surprising-behavior-of-important-in-css-custom-property-values/
![Maybe Nothing](https://www.cdn5.niftycent.com/d/1/p/r/5/a/P/maybe-nothing.webp)
What’s one thing we can do to make our site better? Maybe nothing at all!
Our websites keep getting bigger and bigger! When we have a team with so many exciting ideas and such interesting technology, it can be easy … https://css-tricks.com/maybe-nothing/
![Topological sort](https://www.cdn5.niftycent.com/d/k/Q/G/7/r/w/topological-sort.webp)
Jordan Scales explores the computer science concept of topological sorting, and what it might look like if applied to the concept of z-index in CSS. So, you don’t express what the z-index should be directly; instead, you say exactly … https://css-tricks.com/topological-sort/
![Consistent, Fluidly Scaling Type and Spacing](https://www.cdn5.niftycent.com/d/1/E/E/z/V/M/consistent-fluidly-scaling-type-and-spacing.webp)
When Chris first sent me this prompt, I was thinking about writing about progressive enhancement, but that subject is so wide-reaching to be one thing and all too predictable, especially for those already familiar with my writing. Saying that, what … https://css-tricks.com/consistent-fluidly-scaling-type-and-spacing/
![HTML Sanitizer API](https://www.cdn5.niftycent.com/d/e/7/m/8/7/4/html-sanitizer-api.webp)
Three cheers for (draft stage) progress on a Sanitizer API! It’s gospel that you can’t trust user input. And indeed, any app I’ve ever worked on has dealt with bad actors trying to slip in and execute nefarious code … https://css-tricks.com/html-sanitizer-api/