suitcss / preprocessor

A future-facing CSS preprocessor (used by SUIT CSS)
http://suitcss.github.io
MIT License
135 stars 25 forks source link

Allow options to be passed to postcss #23

Closed simonsmith closed 8 years ago

simonsmith commented 8 years ago

Fixes #22

@giuseppeg @timkelty

giuseppeg commented 8 years ago

@simonsmith looks good to me. Can it be the case that we need to pass options.postcss down to lintImportedFiles?

simonsmith commented 8 years ago

I don't think so, as it's kind of throw away. We just need that to flag any warnings in the console. Things like source maps and such wouldn't be of any use I don't think.