Spaces:
Running
Running
| // filepath: c:\Users\valer\Desktop\File\RAG\frontend\tailwind.config.js | |
| /** @type {import('tailwindcss').Config} */ | |
| module.exports = { | |
| content: [ | |
| "./src/**/*.{js,ts,jsx,tsx}", | |
| "./public/index.html", | |
| ], | |
| theme: { | |
| extend: {}, | |
| }, | |
| plugins: [], | |
| } |