tailwindcss icon indicating copy to clipboard operation
tailwindcss copied to clipboard

Scale missing transform property

Open lacherogwu opened this issue 3 years ago • 1 comments

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 div

What 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

image

lacherogwu avatar May 06 '22 12:05 lacherogwu

I've noticed that if the mode set to 'jit', it's working

lacherogwu avatar May 10 '22 13:05 lacherogwu

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.

ineshbose avatar May 10 '23 22:05 ineshbose