Skip to content

Autoprefixer not working? anyone made it work? #176

@BarbzYHOOL

Description

@BarbzYHOOL

When I add this to a lessfile with "autoprefix": true,

a { transition: 1s; /* it will be prefixed */ }

It gives:

a {
  transition: 1s;
  /* it will be prefixed */
}

But it should add -webkit-transition: 1s;

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