Maizzle v5.0.0-beta.34 now automatically resolves CSS vars and calc() functions to their static values.
Previously we did this only when inlining CSS, but it just makes sense to do it all the time - especially since Tailwind CSS v4 is coming soon π
This will compile to `td { padding: 4px }`:
10 months ago