Cosmin Popovici

Results 109 comments of Cosmin Popovici

> If you look at the pictures, you will see that there is no lf. Look at the first picture. But that's on your machine locally, they're both LF in...

You’re not outputting `page.css` in your layout style tag, so there’s no Tailwind CSS added to the HTML. https://maizzle.com/docs/tailwindcss#workflow

Right, my bad, misunderstood. Is there a specific reason you're outputting that `` in the body instead of the head? Gmail for example [doesn't support it there](https://www.caniemail.com/features/html-style/). I'll need to...

Maizzle doesn't have a Sass CSS compiler, is that something custom that you're implementing?

Hey sorry this took some time, the issue is with `removeInlinedClasses`, which is needed to be able to write selectors that don't exist in the HTML, like those [targeting certain...

OK, this should be fixed in 4.1.1, give it a try 👍 https://github.com/maizzle/framework/releases/tag/v4.1.1

What does your config that you pass to render look like?

Try passing the Tailwind CSS string to be compiled, and only pass `@tailwind utilities` https://maizzle.com/docs/api#tailwind By default the string is `@tailwind components; @tailwind utilities` and it looks like it can’t...

Maybe it’s something about Vercel and either that Node version or something else in their setup, not sure. Tried making that async event synchronous? Doesn’t need to be async if...

OK, so looking at your changes we'll need to fix the following when using Maizzle programmatically: - rethink the way we compute the config (avoiding file paths - also see...