Spaces:
No application file
No application file
| /** @type {import('tailwindcss').Config} */ | |
| module.exports = { | |
| content: [ | |
| "./src/**/*.{js,ts,jsx,tsx,mdx}", | |
| "./src/pages/**/*.{js,ts,jsx,tsx,mdx}", | |
| "./src/containers/**/*.{js,ts,jsx,tsx,mdx}", | |
| "./src/components/**/*.{js,ts,jsx,tsx,mdx}", | |
| "./src/app/**/*.{js,ts,jsx,tsx,mdx}", | |
| "./node_modules/flowbite/**/*.js", | |
| ], | |
| theme: { | |
| extend: {}, | |
| }, | |
| plugins: [require("flowbite/plugin")], | |
| }; | |