.for-each(@widths, {
    .width-@{key}  { width: @value !important; }
    .max-width-@{key}  { max-width: @value !important; }
    .min-width-@{key}  { min-width: @value !important; }
});
