.white-space(@value) {
    white-space: @value;
    white-space: ~"-moz-"@value;
    white-space: ~"-"@value;
    white-space: ~"-o-"@value;
}