lydell / autoprefixer-brunch

[DEPRECATED] Adds autoprefixer support to brunch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Autoprefixer 3.0

ai opened this issue · comments

Please, use autoprefixer-core, instead of autoprefixer npm package. Core package was cleaned from file system and CLI code and has no fs-extra dependency.

@lydell also browsers now is a part of opts object:

autoprefixer({ browsers: browsers })

instead of old:

autoprefixer(browsers)

Thanks! Actually, I started working on this already two days ago, but stopped when I realized that autoprefixer-core wasn't published on npm ;) I'll finish it today.