Being a mobile first framework, I feel that users would get a lot of utility from having spacing functions that are responsive. For example, margin can become 0 whenever the screen falls below a certain width. Otherwise, certain components look awkward without being responsive.
As I understand it, this already exists: https://getbootstrap.com/docs/4.1/utilities/spacing/#notation
The classes are named using the format
{property}{sides}-{size}forxsand{property}{sides}-{breakpoint}-{size}forsm,md,lg, andxl.
For example: mx-0 mx-md-2 mx-lg-3.
Thank you so much for this! This somehow missed my notice. These are super helpful.
Most helpful comment
As I understand it, this already exists: https://getbootstrap.com/docs/4.1/utilities/spacing/#notation
For example:
mx-0 mx-md-2 mx-lg-3.