vladkens / autoprefixer-php

Provides PHP integration with Node.js application
MIT License
75 stars 15 forks source link

Fatal error after Updating to latest Autoprefixer #17

Closed ozone1979 closed 5 years ago

ozone1979 commented 6 years ago

I get this error after updating then running the suggested short test ('a { transition: transform 1s }').

Fatal error: Uncaught AutoprefixerException: In css[0]: autoprefixer(...).process is not a function in C:\wamp64\www_modules\PHP\CSS\Autoprefixer\test\vendor\vladkens\autoprefixer\lib\Autoprefixer.php:81 Stack trace: #0 C:\wamp64\www_modules\PHP\CSS\Autoprefixer\test\index.php(8): Autoprefixer->compile(Array) #1 {main} thrown in C:\wamp64\www_modules\PHP\CSS\Autoprefixer\test\vendor\vladkens\autoprefixer\lib\Autoprefixer.php on line 81

Yonn-Trimoreau commented 6 years ago

My PR should fix this issue

Yonn-Trimoreau commented 6 years ago

You can use my repo as a composer vcs repo if you need it before it is merged (since this repo appears to be dead..)

vladkens commented 5 years ago

Merged