I'm curious to why the scale feature is being used in mantine and not just regular em/rem scaling.
With the regular font-size based scaling i can scale parts of my application by simply changing the font-size, while the scale feature locks the whole application to 1 scale (because nested mantine providers is no longer supported).
It seems to me the regular em/rem scaling is far more versatile and fits many use-cases, while the scale feature limits this immensly?
Whats the reason for doing this instead?