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
Hi,
I'm using Bulma and I would to only safelist .navbar-menu.is-active and .navbar-burger.is-active instead of every .is-active occurrences, because I don't use other stuff.
Is this possible ?
I tried multiple regex and the only safelist value that keep my classes is when I set it to ["is-active"], but it also keep a lot of unwanted stuff.
Thanks for your help !
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using Bulma and I would to only safelist
.navbar-menu.is-active
and.navbar-burger.is-active
instead of every.is-active
occurrences, because I don't use other stuff.Is this possible ?
I tried multiple regex and the only safelist value that keep my classes is when I set it to
["is-active"]
, but it also keep a lot of unwanted stuff.Thanks for your help !
Beta Was this translation helpful? Give feedback.
All reactions