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