website-2/tailwind.config.js

11 lines
163 B
JavaScript
Raw Normal View History

2022-04-10 20:15:15 +10:00
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}