I have the width: clamp(0.6rem, 7vw + 0.2rem, 2.4rem);
in a styled-component and when I postbuild with the react-snap the width disappears from the pre-render html style css, but if I put width: 2rem
it is ok.
Why and how to make the clamp work?
I have the width: clamp(0.6rem, 7vw + 0.2rem, 2.4rem);
in a styled-component and when I postbuild with the react-snap the width disappears from the pre-render html style css, but if I put width: 2rem
it is ok.
Why and how to make the clamp work?