Nuno Casteleira

Results 12 comments of Nuno Casteleira

I don't know if it is also related to this, but I can't have `prettier-plugin-tailwindcss` working alongside `@tailwindcss/forms`. It says it doesn't find it.

> If your system can't find `@tailwindcss/forms` try reinstalling it with `npm install @tailwindcss/forms`. Yes, but the problem arises when `prettier-plugin-tailwindcss` is installed. If I uninstall it, I'm able to...

@joshmedeski I have a very minimal prettierrc, it's a Vue project: ``` { "endOfLine": "lf", "singleQuote": true, "printWidth": 120 } ```

I can share the repo if you want. On 21 Apr 2022, 22:01 +0100, Josh Medeski ***@***.***>, wrote: > @nunocasteleira I'm stumped. I don't know why @tailwindcss/forms has any relationship...

I always had this issue. How can we help to fix this?

@fbartho is absolutely right. I would like `./Foo` to come before `../Bar`, and then come `../../Bar` and `../../Foo`.

Thanks for your comment, @tanmayairbase, but it doesn't do what I'm looking for. `"^\.\.\\/"` this escaped string throws an error and that approach relies on specifying every relative path ad...

> @nunocasteleira did you find a solution that works? no, I didn't :/

this problem still persists. I tried to debug the docker compose by myself, but with no luck. Traefik rule doesn't appear on dashboard, so it's probably related to that.

> > this problem still persists. I tried to debug the docker compose by myself, but with no luck. Traefik rule doesn't appear on dashboard, so it's probably related to...