Skip to content
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

[Bug]: Overzelous CSS #25

Open
tonypartridger opened this issue Dec 12, 2023 · 0 comments
Open

[Bug]: Overzelous CSS #25

tonypartridger opened this issue Dec 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tonypartridger
Copy link

What happened?

Signaturepad 2.0.X is loading in it's own tailwindcss library! and as such classes are not scoped i.e.

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance:button;
  background-color:initial;
  background-image:none;
}
:-moz-fo

should not exist.

How to reproduce the bug

Install it

Package Version

2.0.0-beta.1

PHP Version

8.2

Laravel Version

10.0

Which operating systems does with happen with?

macOS

Notes

No response

@tonypartridger tonypartridger added the bug Something isn't working label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant