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-width
CSS variables. - Add classes like
ms-n-auto
andme-n-auto
for new margin values. - Add classes like
ps-auto
andpe-auto
for new padding values.
Motivation and context
Some designers like to draw blocks that start from the viewport side and ends inside container column.