Skip to content

No support for rotate ? #125

@cadilhac

Description

@cadilhac

For rotate, note that this doesnt work:

.element { rotate: 10deg; )

But this works:

.element { transform: rotate(10deg); }

In my case, the first syntax is used because this is forced by tailwindcss.

Maybe the issue applies to translate, scale, and other 2D transforms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions