seycara/tailwind.config.js

11 lines
164 B
JavaScript
Raw Normal View History

2024-09-07 12:47:58 +00:00
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
};