Spaces:
Runtime error
Runtime error
Upload tailwind.config.js with huggingface_hub
Browse files- tailwind.config.js +3 -0
tailwind.config.js
CHANGED
|
@@ -13,6 +13,9 @@ module.exports = {
|
|
| 13 |
700: '#334155',
|
| 14 |
accent: '#38bdf8',
|
| 15 |
}
|
|
|
|
|
|
|
|
|
|
| 16 |
}
|
| 17 |
},
|
| 18 |
},
|
|
|
|
| 13 |
700: '#334155',
|
| 14 |
accent: '#38bdf8',
|
| 15 |
}
|
| 16 |
+
},
|
| 17 |
+
animation: {
|
| 18 |
+
'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',
|
| 19 |
}
|
| 20 |
},
|
| 21 |
},
|