Skip to content

Instantly share code, notes, and snippets.

@DmitryOlkhovoi
Created January 21, 2020 08:37
Show Gist options
  • Save DmitryOlkhovoi/fa5b07073aca70f594c8ca778d3650bd to your computer and use it in GitHub Desktop.
Save DmitryOlkhovoi/fa5b07073aca70f594c8ca778d3650bd to your computer and use it in GitHub Desktop.
.btn {
@apply text-black text-base leading-snug;
@apply py-3 px-4 border-none rounded-lg;
@apply inline-block cursor-pointer no-underline;
&:focus {
@apply outline-none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment