maizzle / framework

Quickly build HTML emails with Tailwind CSS.
https://maizzle.com
MIT License
1.24k stars 49 forks source link

Autoprefixer #140

Closed jsbrain closed 4 years ago

jsbrain commented 4 years ago

Hi, I'm searching for config option for autoprefixer.

I'm using Maizzle to generate html templates that get included into pages, not for actual emails. So I want to include autoprefixer and I saw that this is already in the Maizzle package so I guess this is interally used already and availlable in the build process? If not, would there be a workaround for me?

Thanks in advance!

cossssmin commented 4 years ago

Hey, so autoprefixer is there because it's a Tailwind dependency, but Maizzle doesn't actually use it. Right now you can't configure PostCSS, but I'm planning on adding support for that in v1.0.0 (which will land in about a month or so).