sindresorhus / gulp-autoprefixer

Prefix CSS
MIT License
694 stars 50 forks source link

Perspective Bug (with firefox) #24

Closed Paolocargnin closed 9 years ago

Paolocargnin commented 9 years ago

Hi, I've a problem with the autoprefixer in the Transform property.

With this auto-prefixer configuration: .pipe(autoprefixer('last 2 version', 'safari 5', 'Firefox ESR', 'opera 12.1'))

If I write :

  transform: perspective(300px) rotateX(-90deg);

The result is:

transform:perspective(300) rotateY(-90deg);

I don't understand why it removes the "px" units, with firefox it doesn't read the property.

Maybe there is a work around?

Thanks

Paolo

sindresorhus commented 9 years ago

Read the readme.