typescriptcssv0.1
Docs

white-space

Utilities for controlling an element's white-space property.

UtilityStyles
whitespace.normalwhite-space: normal;
whitespace.nowrapwhite-space: nowrap;
whitespace.prewhite-space: pre;
whitespace.pre.linewhite-space: pre-line;
whitespace.pre.wrapwhite-space: pre-wrap;
whitespace.break.spaceswhite-space: break-spaces;