blog.polynom.me/tailwind.config.js

10 lines
158 B
JavaScript
Raw Permalink Normal View History

2024-01-05 17:10:44 +00:00
module.exports = {
content: [
"./templates/*.html",
],
theme: {
},
plugins: [
require('@tailwindcss/typography'),
],
}