Skip to content

Instantly share code, notes, and snippets.

@jscodelover
Last active January 10, 2020 10:41
Show Gist options
  • Save jscodelover/ba8ba40e8462de6adf19e84819c43846 to your computer and use it in GitHub Desktop.
Save jscodelover/ba8ba40e8462de6adf19e84819c43846 to your computer and use it in GitHub Desktop.
to increase the specificity
/* css */
.header {
background: #453434; /* overrided */
}
// JSX
<Div className="header sc-wS45d" />
const Div = styled.div`
&&& {
background: white; /* applied */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment