@mixin uw-contained-width { margin-left: auto; margin-right: auto; max-width:$max-width; } @mixin uw-full-width { max-width: 100%; width: 100%; }