Skip to content

Instantly share code, notes, and snippets.

@yasuhito
Last active June 27, 2019 00:26
Show Gist options
  • Save yasuhito/1d1e190bb17a771d3c93be8f352060fe to your computer and use it in GitHub Desktop.
Save yasuhito/1d1e190bb17a771d3c93be8f352060fe to your computer and use it in GitHub Desktop.
.primary-button {
@apply bg-green-400;
@apply border-b-4 border-green-500;
@apply inline-block;
@apply py-2 px-5;
@apply rounded-lg;
@apply text-base text-white font-bold;
&:active {
@apply border-b-0;
@apply mt-1;
}
&:hover {
@apply text-white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment