Files
Blogv3/tailwind.config.js
2025-04-14 16:10:37 -03:00

12 lines
177 B
JavaScript

module.exports = {
content: [
"./content/**/*.{html,md}",
"./layouts/**/*.html",
"./themes/**/*.{html,md}",
],
theme: {
extend: {},
},
plugins: [],
};