Configure Tailwind
tailwind config
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
'./public/index.html'
],
theme: {
extend: {},
},
plugins: [],
}
Last updated
Was this helpful?
tailwind config
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
'./public/index.html'
],
theme: {
extend: {},
},
plugins: [],
}
Last updated
Was this helpful?