Closed
Description
I'm using this line of code for instance which now breaks with the newest postcss-preset-env and postcss-clamp (using PostCSS on a SvelteKit install - took me quite a while to figure where the issue came from)
padding: clamp(48px, 6.5vw, 104px) 0 calc(var(--footer-height) + clamp(48px, 6.5vw, 104px));
This used to compile properly but now it just keeps compiling until node crashes being out of memory 😅
Is there a way to fix this or disable postcss-clamp as the support is pretty good now? I was using stage 2, maybe switching to stage 3?
Originally posted by @flayks in #260 (comment)