websitedesign2025/tailwind.config.js

16 lines
289 B
JavaScript
Raw Permalink Normal View History

2024-10-16 16:05:06 -05:00
module.exports = {
content: [
'./_drafts/**/*.html',
'./_includes/**/*.html',
'./_layouts/**/*.html',
'./_posts/*.md',
'./*.md',
'./*.html',
],
theme: {
theme: {
extend: {},
},
},
plugins: []
}