website/tailwind.config.js

10 lines
158 B
JavaScript

module.exports = {
content: [
"./templates/*.html",
],
theme: {
},
plugins: [
require('@tailwindcss/typography'),
],
}