Skip to content

Instantly share code, notes, and snippets.

@rimzzlabs
Created January 28, 2022 16:26
Show Gist options
  • Save rimzzlabs/339a4dad46f7a9de9321274b5586603e to your computer and use it in GitHub Desktop.
Save rimzzlabs/339a4dad46f7a9de9321274b5586603e to your computer and use it in GitHub Desktop.
tailwind config for create react app
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