Skip to content

Instantly share code, notes, and snippets.

@chadspencer
Last active September 25, 2020 15:52
Show Gist options
  • Save chadspencer/4be77c13ee2fd4ba66e6e970ca8f4277 to your computer and use it in GitHub Desktop.
Save chadspencer/4be77c13ee2fd4ba66e6e970ca8f4277 to your computer and use it in GitHub Desktop.
.button {
background: black;
color: white;
&.primary {
background: red;
}
&.secondary {
background: green;
}
}
.button + .button {
margin-left: 8px;
}
.button + .button-group,
.button-group + .button {
margin-left: 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment