gaiety-life/tailwind.config.js
2022-01-08 23:34:59 -06:00

10 lines
150 B
JavaScript

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