windicss/windicss

Transform/Scale utilities are broken (except in docs)

john-prutton opened this issue · 2 comments

Example in windi.org/play

eg-windicss-issue

For some reason it works on the transforms page.

eg-windicss-issue - Copy

PLEASE let me know if I'm doing something wrong.

@liquiFruit Not broken. Its working on my project just fine... You need to add the transform class to your style array:

<div class="transform scale-0 hover:scale-50" />

As @rylanharper stated:

<div class="transform scale-0 hover:scale-50" />