For instance, if we have container: 100% for all breakpoints except desktop_xl which is 1920px, a @fontsize 12vw will scale infinitely while the container is clamped at 1920px. If we could set a switch in europa.config.js - set_max_px_for_vw(?), we could automatically add a rule for the largest breakpoint.
For instance, if we have container: 100% for all breakpoints except desktop_xl which is 1920px, a
@fontsize 12vw
will scale infinitely while the container is clamped at 1920px. If we could set a switch ineuropa.config.js
-set_max_px_for_vw
(?), we could automatically add a rule for the largest breakpoint.