excubo-ag / WebCompiler

Apache License 2.0
149 stars 30 forks source link

Feature/autoprefixer #11

Closed elken closed 3 years ago

elken commented 3 years ago

Closes #1 and includes changes for #10.

Added support for autoprefixing as an optional step, which comes right after SCSS and before any CSS intermediary files.

Attempts to use SCSS sourcemap in the generation, although I didn't add the ability to output said files. I think there might be some value in adding some kind of "intermediary file" tracking to Compilers but it's out of scope of this PR.

I've also taken the (possibliy opinionated) choice to default autoprefixing in all the tests, happy to add some cases without but that would require adjusting the file structure you have in place slightly.

stefanloerwald commented 3 years ago

Thanks so much for this contribution, @elken!

elken commented 3 years ago

Happy to help out! Use it often at work, good to give back 😁

On 21 Sep 2020, 11:07, at 11:07, "Stefan Lörwald" notifications@github.com wrote:

Thanks so much for this contribution, @elken!

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/excubo-ag/WebCompiler/pull/11#issuecomment-696020732