Skip to content

Instantly share code, notes, and snippets.

@DmitryOlkhovoi
Created January 21, 2020 10:39
Show Gist options
  • Save DmitryOlkhovoi/170b29889fc4aa19b0d3e546abfba699 to your computer and use it in GitHub Desktop.
Save DmitryOlkhovoi/170b29889fc4aa19b0d3e546abfba699 to your computer and use it in GitHub Desktop.
&:hover {
background-color: var(--grey04);
}
&.accent {
color: var(--blue01);
}
&.primary {
@apply text-white;
background-color: var(--blue01);
&:hover {
background-color: var(--blue02);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment