/* -------------
    SOMMAIRE
------------- */

/*
    @AUTHOR : Nicolas BOUDOT

    PROPRIÉTÉ : TEXT-WRAP
    Styles liés à la propriété text-wrap
*/

/*
    01 - XS
    02 - SM
    03 - MD
    04 - LG
    05 - XL
    06 - XXL
*/



/* ---------------------
    01 - XS
--------------------- */

.tw-nowrap,
.text-nowrap {
    text-wrap: nowrap;
}

.tw-wrap,
.text-wrap {
    text-wrap: wrap;
}

.tw-auto {
    text-wrap: auto;
}

.tw-balance,
.text-balance {
    text-wrap: balance;
}

.tw-pretty,
.text-pretty {
    text-wrap: pretty;
}
