Created by: jnsdrtlf
Changed syntax for the border utilities to add or remove borders
depending on the screen size.
Using the notation from the spacing utilities like margin or
padding, you can now provide a breakpoint to the additive and
substractive border classes.
This might be useful for dividers that should only be visible on large
screens.
Examples:
-
border-leftapplies to all screen sizes -
border-md-leftfor a border at the medium breakpoint and above -
border-sm-0to remove a border at the breakpoints small and above