Skip to content

Is there any conflict with Laravel 8? #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tiaoricardo opened this issue Dec 4, 2020 · 6 comments
Closed

Is there any conflict with Laravel 8? #23

tiaoricardo opened this issue Dec 4, 2020 · 6 comments

Comments

@tiaoricardo
Copy link

I am trying styling a form and all borders of inputs are hidden and that isn't default behavior for them.
Screenshot

@AKOPGit
Copy link

AKOPGit commented Dec 8, 2020

Could you provide the source code of this screen, so we could try to help you?

@chosten
Copy link

chosten commented Jan 2, 2021

Adding the "border" class on the input should fix this.

@RobinMalfait
Copy link
Member

Hey! Thank you for your question!
Much appreciated! 🙏

There should be any conflicts with Laravel.
That said, make sure to validate the following things:

  • Did you require the plugin in your config?
  • Did you restart your build?
  • Do you have other styles overriding it?
  • Do you have a type="text" available on the element?

Can you try and reproduce it on https://play.tailwindcss.com and share it?

@clementai
Copy link

Hello @RobinMalfait,
I have the same issue but I can't reproduce it on Tailwind Play (here is a link with my config and an example https://play.tailwindcss.com/fwGUr2EWo1).

Here is the CSS I'm getting locally
image

As you can see there is no border-width, I don't know why as I'm not overriding this property in my config.
It's not a big deal for me as I will override that style anyway, but maybe it can help for the debugging.

@clementai
Copy link

Ok I find the issue, I'm on Tailwind v1.9.6 and it's only working on Tailwind v2, @tiaoricardo are you using Tailwind V2?

@adamwathan
Copy link
Member

Closing since OP hasn't provided a reproduction and sounds like it's likely a v1 vs v2 thing as mentioned. Feel free to open a new issue if still need help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants