"SVG Gobbler is a browser extension that finds the vector content on the page you're viewing and gives you the option to download, optimize, copy, view the code, or export it as an image."
https://css-tricks.com/svg-gobbler/
Inspecting compiled CSS is one of those things we all know is a god idea but I'd bet few do. @andyford did it and significantly improved a Sass loop with custom properties.
https://css-tricks.com/efficient-infinite-utility-helpers-using-inline-css-custom-properties-and-calc/
"[...] truly consider all other options before using a [browser window] breakpoint. Ask, is the component expected to always be related to the page size (headers, modals, etc.)? Then a breakpoint might be acceptable."
– @donniedamato
https://css-tricks.com/gridless-design/
I (Geoff) have been guilty of at least one of the buggy React code examples that @elliotclydenz not only shows, but solves, here.
https://css-tricks.com/three-buggy-react-code-examples-and-how-to-fix-them/
The State Of Web Workers In 2021
https://css-tricks.com/the-state-of-web-workers-in-2021/
If you're tired of working with the same horizontal and vertical navs, @rpsthecoder has some ideas using CSS shapes.
https://css-tricks.com/using-css-shapes-for-interesting-user-controls-and-navigation/
Serverless Functions as Proxies
https://css-tricks.com/serverless-functions-as-proxies/
Paul Ratcliffe takes a fresh look at skip links and how to use them in 2021.
https://css-tricks.com/a-deep-dive-on-skipping-to-content/
"CSS Module Scripts" are a native browser feature, as opposed to the popular open-source project that essentially does scoped styles by creating unique class name identifiers in both HTML and CSS.
https://css-tricks.com/css-modules-the-native-ones/
Pretty darn cool how @bret_cameron was able to combine code and music theory to make a playable synth keyboard.
https://css-tricks.com/how-to-code-a-playable-synth-keyboard/
A Shared ESLint Configuration
https://css-tricks.com/a-shared-eslint-configuration/
Conjuring Generative Blobs With The CSS Paint API by @georgedoescode
https://css-tricks.com/conjuring-generative-blobs-with-the-css-paint-api/
GitHub Explains the Open Graph Images
https://css-tricks.com/github-explains-the-open-graph-images/
So you want to self-publish books and courses on programming? @lorendsr gets down to brass tacks on what it takes.
https://css-tricks.com/so-you-want-to-self-publish-books-and-courses-on-programming/
Developer-Friendly Passwordless Auth
https://css-tricks.com/developer-friendly-passwordless-auth/
The UX changes in Safari 15 are controversial in generally Apple-related circles. Most of the criticism is leveled at the browser controls themselves
https://css-tricks.com/safari-15-opinions/
CSS has a bunch of mathematical features in the spec — they just haven't been fully implemented yet. But @anatudor knows how to work around that.
https://css-tricks.com/using-absolute-value-sign-rounding-and-modulo-in-css-today/
Learnings From a WebPageTest Session on CSS-Tricks
https://css-tricks.com/learnings-from-a-webpagetest-session-on-css-tricks/
ES2021 Features
https://css-tricks.com/es2021-features/
RT Miriam (But Terrible)
🎉 The CSS Nesting spec has been approved for publishing as a First Public Working Draft. You can see the current Editor's Draft here:
(This moves it from a theoretical proposal, to an official work-in-progress module in the CSS spec.)
https://drafts.csswg.org/css-nesting/