In CSS and web development, the width generally referred to is the viewport width, not the device width or the screen's physical width.
In the future, we may allow you to set the viewport range like this viewports: { md: { min: 1024, max: 1280 } }, so calling it a breakpoint may not be appropriate.
Description
In CSS and web development, the width generally referred to is the viewport width, not the device width or the screen's physical width.
In the future, we may allow you to set the viewport range like this
viewports: { md: { min: 1024, max: 1280 } }
, so calling it a breakpoint may not be appropriate.Expect