Created
July 16, 2019 11:39
-
-
Save evdama/5638fc7463f81f818db6a943567c83b7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| @import "tailwindcss/base"; | |
| h1 { | |
| @apply text-2xl; | |
| } | |
| /* | |
| .h1:md { | |
| @apply text-3xl; | |
| } | |
| .h2 { | |
| @apply text-xl; | |
| } | |
| .h2:md { | |
| @apply text-2xl; | |
| } | |
| .h3 { | |
| @apply text-lg; | |
| } | |
| .h3:md { | |
| @apply text-xl; | |
| } */ | |
| @import "tailwindcss/components"; | |
| @import './components'; | |
| @import "tailwindcss/utilities"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment