Created
January 21, 2020 08:37
-
-
Save DmitryOlkhovoi/fa5b07073aca70f594c8ca778d3650bd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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