rahulsingh3526

Results 3 issues of rahulsingh3526

**Is your feature request related to a problem? Please describe.** I was told to enter service account and email when I am trying to make a file .env . what...

enhancement

```// tailwind.config.js module.exports = { theme: { extend: { animation: { marquee: "marquee var(--duration) linear infinite", "marquee-vertical": "marquee-vertical var(--duration) linear infinite", }, keyframes: { marquee: { from: { transform: "translateX(0)"...