tailwindcss-jit-cdn icon indicating copy to clipboard operation
tailwindcss-jit-cdn copied to clipboard

error with transform style

Open e77net opened this issue 4 years ago • 1 comments

From today, a project that was working well yesterday, is giving me this error

"The transform class does not exist. If transform is a custom class, make sure it is defined within a @layer"

e77net avatar Jun 18 '21 11:06 e77net

From Tailwind 2.2 you don't need the transform class any more:

https://tailwindcss.com/docs/just-in-time-mode#transforms-and-filters-don-t-need-to-be-explicitly-enabled

qeet avatar Jun 20 '21 13:06 qeet