What version of Tailwind CSS are you using?
2.2.15
Reproduction URL
https://play.tailwindcss.com/GlwsJggWJP?file=config
Describe your issue
When using prefix as a function to apply prefix only on some classes, it seems that classes with one character base name like m-2, p-5, w-full and negative ones like -rotate-6 are not generated.
Add prefix (selector) { return ''; } to tailwind config is breaking the output.

