Created
April 11, 2023 08:12
-
-
Save mkromik/68e74e30bb12475aaab99ebb5a785051 to your computer and use it in GitHub Desktop.
tailwind config file for nextjs
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
| /** @type {import('tailwindcss').Config} */ | |
| module.exports = { | |
| content: [ | |
| "./src/**/*.{js,ts,jsx,tsx}", | |
| ], | |
| theme: { | |
| extend: {}, | |
| }, | |
| plugins: [], | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment