Created
July 14, 2019 02:30
-
-
Save evdama/2c2a9eb995cb81cf254d90563f1edf96 to your computer and use it in GitHub Desktop.
standard tw config inside root folder... change as desired
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
| const colors = { | |
| 'primary-blue': '#0e2730' | |
| }; | |
| module.exports = { | |
| theme: { | |
| container: { | |
| center: true, | |
| padding: '2rem', | |
| }, | |
| extend: { | |
| colors | |
| } | |
| }, | |
| variants: {}, | |
| plugins: [] | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment