Files
hackaton-2025-web-frontend/tailwind.config.js

10 lines
163 B
JavaScript
Raw Permalink Normal View History

2025-04-30 12:46:28 +03:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}