anycoder-6d5b65da / tailwind.config.js
Mehdi
Upload tailwind.config.js with huggingface_hub
68d34e7 verified
Raw
History Blame Contribute Delete
239 Bytes
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {
fontFamily: {
sans: ['Vazirmatn', 'sans-serif'],
},
},
},
plugins: [],
}