Plugin: Request for help with 'Variant cannot be generated because selector contains no classes.' #3233
-
Hi, I am currently trying to write a plugin for List ::marker, however I am failing the tests. I have prepared a Tailwind Play, which gives the same error message. |
Beta Was this translation helpful? Give feedback.
Answered by
adamwathan
Dec 31, 2020
Replies: 1 comment 1 reply
-
Add a “.” in front of “list-marker”, right now it’s not a class. Should fix it. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
samtrion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a “.” in front of “list-marker”, right now it’s not a class. Should fix it.