The CSS3 logo as a head atop a torso with its arms folded across its chest. I am a big proponent of the First Rule of ARIA (don’t use ARIA). But ARIA brings a lot to the table that HTML does not, such as complex widgets and state information that…| Adrian Roselli
BEM — Block Element Modifier is a methodology, that helps you to achieve reusable components and code sharing in the front-end.| getbem.com
Using responsive utility variants to build adaptive user interfaces.| tailwindcss.com
A simple trick to simplify your application and component state| kentcdodds.com
Let's talk about state. Communicating state to the user that is, not application stores state in JavaScript objects, or localStorage. We're going to be| CSS-Tricks
See how building with accessible semantics from the get-go can give you expressive, meaningful style hooks for free.| Ben Myers
If you've used CSS, you know what a class name is. They're a very poor proxy for the web today. Let's stop using them.| Keith Cirkel