UNPKG

tachyons-white-space

Version:
30 lines (21 loc) 642 B
/* WHITE SPACE */ .ws-norm { white-space: normal; } .ws-nowrap { white-space: nowrap; } .ws-pre { white-space: pre; } @media screen and (min-width: 48em) { .ws-norm-ns { white-space: normal; } .ws-nowrap-ns { white-space: nowrap; } .ws-pre-ns { white-space: pre; } } @media screen and (min-width: 48em) and (max-width: 64em) { .ws-norm-m { white-space: normal; } .ws-nowrap-m { white-space: nowrap; } .ws-pre-m { white-space: pre; } } @media screen and (min-width: 64em) { .ws-norm-l { white-space: normal; } .ws-nowrap-l { white-space: nowrap; } .ws-pre-l { white-space: pre; } }