Crossword-Fable/tailwind.config.js
2022-04-28 17:04:04 -04:00

10 lines
136 B
JavaScript

module.exports = {
content: [
"./src/**/*.js",
'./content/**/*.html',
],
theme: {
extend: {},
},
plugins: [],
}