You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think Laravel-notify is a great package, however I would like to suggest the following in order to improve even better:
Prefix tailwind classes in components. With this, some collisions can be avoided when working with other css frameworks like bootstrap or even tailwind with custom config.
Allow to customize the components for the notifications o even better use custom views for custom presets.
The text was updated successfully, but these errors were encountered:
@carpad88 the prefix is a nice touch, our project was also affected by the lack of it. However the Tailwind preflight is not affected by the prefix, there fore i made a PR #93 that uses a parental ID to avoid the collision and keep the Tailwind preflight intact
Hi,
I think Laravel-notify is a great package, however I would like to suggest the following in order to improve even better:
The text was updated successfully, but these errors were encountered: