Noorullah Ahmadzai

Results 4 comments of Noorullah Ahmadzai

I have no idea where the tailwind files are. I use `NextJs` and all the files live in `.next` folder. Considering advanced built-in features like code splitting and dynamically injecting...

I suggest, at least if there is a way for the extension to look for `tailwind.config.js` file at the top level root file tree and if there is one, just...

Just started reading the docs and I was looking for that magic button too! 😄

Prisma is an ORM which is responsible for managing database, not validations. But If Prisma provides a way to add our own custom validations using `validator.js`, `Yup` or other similar...