gbclient/tailwind.config.js

12 lines
190 B
JavaScript
Raw Normal View History

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