Parsing css source code failed
Unanswered
American black bear posted this in #help-forum
American black bearOP
i dont know whats going wrong with this code when using turbopack with nextjs 15.1.0
3 Replies
I think you have one too many backslash and you should use double quote
"
not single quotes '
it should result to
.recharts-dot[stroke="#fff"] /* Correct */
American black bearOP
thanks, i will give it a shoot