PaiNaiDee_Backend / tailwind.config.cjs
Athipan01's picture
Create tailwind.config.cjs
cc9e392 verified
raw
history blame contribute delete
119 Bytes
module.exports = {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: { extend: {} },
plugins: [],
}