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'm using Bulma in a project where the active class is is-active instead of just active. It would be nice to be able to set this globally rather than specifying class_active: 'is-active' on each invocation.
I'm out of time for today but I'll see if I can throw together a PR that does this.
The text was updated successfully, but these errors were encountered:
comfy#65
If you wanted to use a standard class name for active status (for example in a CSS framework),
this was previously not possible.
* Implement a standard `.configure` block
* Add tests
I'm using Bulma in a project where the active class is
is-active
instead of justactive
. It would be nice to be able to set this globally rather than specifyingclass_active: 'is-active'
on each invocation.I'm out of time for today but I'll see if I can throw together a PR that does this.
The text was updated successfully, but these errors were encountered: