Closed ai closed 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.
autoprefixer-loader
<input css>:2:1: Unexpected { in decls
But if we set from option in process(css, opts), PostCSS will add file name.
from
process(css, opts)
@passy Can we take somehow input file name from Webpack?
Now on syntax error
autoprefixer-loader
will print something like without input file name.But if we set
from
option inprocess(css, opts)
, PostCSS will add file name.