-
Hi Is it possible to use mavo not only to set a class to an element, but also to add/delete new classes to the ones that are already set on elements? I've been trying to do it in this codepen Anything available with |
Beta Was this translation helpful? Give feedback.
Answered by
LeaVerou
May 12, 2022
Replies: 1 comment 1 reply
-
I think you are trying to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GalinhaLX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you are trying to use
and
to join two text values.and
is for conjunctions, to concatenate text values please use&
.