website/tailwind.config.js

10 lines
158 B
JavaScript
Raw Permalink Normal View History

2023-07-17 15:01:11 +00:00
module.exports = {
content: [
2024-01-10 22:20:56 +00:00
"./templates/*.html",
2023-07-17 15:01:11 +00:00
],
theme: {
},
plugins: [
require('@tailwindcss/typography'),
],
}