Replies: 1 comment
-
Do you have any idea regarding #5969 ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Example
Why?
When controlling bullet color with tailwind css, depending on the color combination, the color set in bulletClass has priority over bulletActiveClass and bulletActiveClass is not reflected.
It is possible to deal with it even now by using important (
!bg-blue-500
), but I would like to avoid it if possible.Beta Was this translation helpful? Give feedback.
All reactions