Skip to content

Instantly share code, notes, and snippets.

@Saifadin
Created December 17, 2018 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Saifadin/6cc16aa2e971661873805ca44855ceda to your computer and use it in GitHub Desktop.
Save Saifadin/6cc16aa2e971661873805ca44855ceda to your computer and use it in GitHub Desktop.
Why we use Css-in-JS 1
.button {
/** to override bootstrap styling */
compose: unstyled-btn from '../../styles/button.scss';
display: inline-flex;
justify-content: center;
align-items: center;
border: 1px solid #66aacc;
background: transparent;
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment