1
0
Fork 0
gaiety-life/tailwind.config.js
Ava Gaiety Wroten 06850a655f Moar tailwinds
2022-01-08 23:34:59 -06:00

9 lines
150 B
JavaScript

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