EZOFISOCR / frontend /tailwind.config.cjs
Seth
Update
8e8c6a4
raw
history blame contribute delete
141 Bytes
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,jsx}"
],
theme: {
extend: {}
},
plugins: []
};