Files
weather-app/tailwind.config.js
2025-08-03 03:08:30 +02:00

11 lines
154 B
JavaScript

module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
// add other paths if needed
],
theme: {
extend: {},
},
plugins: [],
};