rounded/client/tailwind.config.js
2022-04-16 11:53:07 -04:00

11 lines
164 B
JavaScript

module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
};