This PR brings back the max-w-screen-* utilities from v3 that read from the --breakpoint namespace.
Since these utilities are only added back for compatibility reasons, it's put into the compatibility layer.
Note that this does not do Intellisense recommendations for the functional utility.
Test Plan
Unit tests are upgraded including some from the compat test that extends the --breakpoint namespace from screen keys. Also tested this in the Vite playground.
This PR brings back the
max-w-screen-*
utilities from v3 that read from the--breakpoint
namespace.Since these utilities are only added back for compatibility reasons, it's put into the compatibility layer.
Note that this does not do Intellisense recommendations for the functional utility.
Test Plan
Unit tests are upgraded including some from the compat test that extends the
--breakpoint
namespace fromscreen
keys. Also tested this in the Vite playground.