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
The properties page[Link]ClassName should be used only for the "default" links.
The properties active[Link]ClassNameonly should be used for the "active" link.
My following config doesn't work with Tailwind, causing some conficts on the active link:
<arel="canonical" role="button" class="btn btn-gray !rounded-none btn-primary" tabindex="-1" aria-label="Page 1 is your current page" aria-current="page">1</a>
The text was updated successfully, but these errors were encountered:
The properties
page[Link]ClassName
should be used only for the "default" links.The properties
active[Link]ClassName
only should be used for the "active" link.My following config doesn't work with Tailwind, causing some conficts on the active link:
Result:
The text was updated successfully, but these errors were encountered: