passy / autoprefixer-loader

Webpack loader for autoprefixer
MIT License
217 stars 25 forks source link

Input file name #8

Closed ai closed 10 years ago

ai commented 10 years ago

@passy Can we take somehow input file name from Webpack?

Now on syntax error autoprefixer-loader will print something like without input file name.

<input css>:2:1: Unexpected { in decls

But if we set from option in process(css, opts), PostCSS will add file name.