python-mastery-academy / tailwind.config.js
mb672038's picture
عیب هاش package.json پیدا نمی‌شد
e2adf91 verified
Raw
History Blame Contribute Delete
299 Bytes
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {
colors: {
primary: '#3B82F6',
secondary: '#10B981',
},
fontFamily: {
sans: ['Vazirmatn', 'sans-serif'],
},
},
},
plugins: [],
}