Container negative auto margin
Created by: arthurshlain
Prerequisites
-
I have searched for duplicate or closed feature requests -
I have read the contributing guidelines
Proposal
Additional margin and padding classes that allow to extract column space from container to left or right side.
Demo: https://codepen.io/ArtZ91/pen/wvPgMQX
- Add
--container-max-widthCSS variables. - Add classes like
ms-n-autoandme-n-autofor new margin values. - Add classes like
ps-autoandpe-autofor new padding values.
Motivation and context
Some designers like to draw blocks that start from the viewport side and ends inside container column.