Styling guidelines
Document this:
-
Use ID's for query selectors, but not styling -
When to use classes, when to use attrs -
Use only attributes on components -
Instead of layer-of-abstraction with attr<>class use CSS selectors via :host([attr])
-
Add naming patterns (kebap-case for attrs, no is…
-prefixes) -
Add (partial) BEM (@coberholzer)