anycoder-3dc58a51 / tailwind.config.js
Gannnaja's picture
Upload tailwind.config.js with huggingface_hub
64e3586 verified
raw
history blame contribute delete
162 Bytes
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}