Template
1
0
Fork 0
goth.stack/stylegen/tailwind.config.js

12 lines
228 B
JavaScript
Vendored

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["../pages/**/*.{html,go}"],
theme: {
extend: {},
},
daisyui: {
themes: ["night"],
},
plugins: [require('@tailwindcss/typography')],
}