Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 200 Bytes

styled-components.md

File metadata and controls

9 lines (5 loc) · 200 Bytes

Styled Components

&&

Double ampersant is used to increase specificity.

It adds the class of the current element twice.

You can use even &&& or &&&& but that is a sign a refactor is needed :D