Created
May 17, 2019 23:19
-
-
Save sisi-sh/99b454e0445cd1151a2466b8dc6a7d23 to your computer and use it in GitHub Desktop.
Default config in Tailwind v1+
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
| module.exports = { | |
| theme: { | |
| extend: {} | |
| }, | |
| variants: {}, | |
| plugins: [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment