acatzk

Results 6 comments of acatzk

I am using tailwindcss and I only defined it using className="focus:outline-none" here's an example https://www.joshuagalit.ga/

I suggest you used @headless-ui for better functionality

I also have the same question how to specify a query key in each query

According to `https://schema.org/docs/faq.html#19` Q: Should we write 'https://schema.org' or 'http://schema.org' in our markup? There is a general trend towards using 'https' more widely, and you can already write 'https://schema.org' in...

- to stop tracking it, add the file to `.gitignore` (you already did that) - to remove it from the repo without deleting the file, call `git rm --cached package-lock.json`...