Files
links/tailwind.config.js
2024-11-05 22:31:04 +11:00

12 lines
140 B
JavaScript

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