Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 435 Bytes

css-in-js.md

File metadata and controls

15 lines (11 loc) · 435 Bytes

CSS-in-JS

Advantages over regular CSS:

  • Dead code elimination
  • Scoping styles
  • Eliminates naming concerns
  • Critical CSS
  • Ease of use with design systems

Links