Allow filename argument to preprocessor for better error reporting (otherwise it says input 1.css
Pass postcss options to all processors. This makes it possible to have source maps on every file:
There is also quite a bit of noise in the test files as I had to disable linting on several tests to keep the test output sane (as it now tries to warn about all the example inputs).
Fixes #41
preprocessor
for better error reporting (otherwise it saysinput 1.css
postcss
options to all processors. This makes it possible to have source maps on every file:There is also quite a bit of noise in the test files as I had to disable linting on several tests to keep the test output sane (as it now tries to warn about all the example inputs).