Replies: 1 comment 2 replies
-
The .marker\:class-name *::marker {
…
}
.marker\:class-name::marker {
…
} So the You can workaround this by using the important flag: https://play.tailwindcss.com/fdfHT4oA99 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What version of Tailwind CSS are you using?
v4.1.6
What build tool (or framework if it abstracts the build tool) are you using?
Tailwind Playground
What version of Node.js are you using?
Tailwind Playground
What browser are you using?
Google Chrome
What operating system are you using?
macOS
Reproduction URL
https://play.tailwindcss.com/zfRYhU376t
Describe your issue
2nd li tag is using its parent li marker class instead of its own marker class name. I believe with how specificity works it should be using its own
marker:text-base
rather than parent'smarker:text-lg
class?Beta Was this translation helpful? Give feedback.
All reactions