tailwindcss
tailwindcss copied to clipboard
Scale missing transform property
Version
@nuxtjs/tailwindcss: 4.2.0 nuxt: 2.15.7
Reproduction Link
https://codesandbox.io/s/frosty-forest-rohzeb?file=/pages/index.vue
Steps to reproduce
Add scale-0 to any divWhat is Expected?
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
What is actually happening?
transform property is missing in .scale-0 class and also in other scale classes

I've noticed that if the mode set to 'jit', it's working
Closing this issue as it is believed to be resolved/stale now - please feel free to comment if it is still an issue in the latest version of the module.