breakpoints: Define breakpoint values
Description
A generic constructor for responsive breakpoints.
Usage
breakpoints(..., sm = NULL, md = NULL, lg = NULL)
Arguments
- ...
Other breakpoints (e.g., xl).
- sm
Values to apply at the sm breakpoint.
- md
Values to apply at the md breakpoint.
- lg
Values to apply at the lg breakpoint.