diff --git a/objects/_objects.layout.scss b/objects/_objects.layout.scss index cb0a312..f7f7133 100644 --- a/objects/_objects.layout.scss +++ b/objects/_objects.layout.scss @@ -259,3 +259,22 @@ $inuit-use-markup-fix: false !default; } } + + + + + +/* Auto-widths modifier. + ========================================================================== */ + +/** + * Cause layout items to take up a non-explicit amount of width. + */ + +.o-layout--auto { + + > .o-layout__item { + width: auto; + } + +}