Created
January 28, 2022 16:26
-
-
Save rimzzlabs/339a4dad46f7a9de9321274b5586603e to your computer and use it in GitHub Desktop.
tailwind config for create react app
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
module.exports = { | |
content: ['./src/**/*.{js,jsx,ts,tsx}', './public/index.html'], | |
darkMode: 'class', | |
theme: { | |
extend: {}, | |
} | |
plugins: [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment