# CSS

Web Component Custom Element Gotchas

Web components have certain gotchas with relation to custom elements and CSS. This post goes through them all and shows how you can avoid them.

CSS General Rules of Thumb

Getting to grips with CSS is difficult. This post describes some general rules of thumb that can guide you down the right path to success.

A System for Grouping & Sorting CSS Properties

Grouping and Sorting CSS properties can make your CSS easier to read and helps with consistency in a team environment. There is no correct answer but something is better than nothing.