typescriptcssv0.1
Docs

display

Utilities for controlling the display box type of an element.

UtilityStyles
inlinedisplay: inline;
blockdisplay: block;
inline.blockdisplay: inline-block;
flow.rootdisplay: flow-root;
flexdisplay: flex;
inline.flexdisplay: inline-flex;
griddisplay: grid;
inline.griddisplay: inline-grid;
contentsdisplay: contents;
tabledisplay: table;
inline.tabledisplay: inline-table;
table.captiondisplay: table-caption;
table.celldisplay: table-cell;
table.columndisplay: table-column;
table.column.groupdisplay: table-column-group;
table.footer.groupdisplay: table-footer-group;
table.header.groupdisplay: table-header-group;
table.row.groupdisplay: table-row-group;
table.rowdisplay: table-row;
list.itemdisplay: list-item;
hiddendisplay: none;
sr.onlyposition: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip-path: inset(50%);white-space: nowrap;border-width: 0;
not.sr.onlyposition: static;width: auto;height: auto;padding: 0;margin: 0;overflow: visible;clip-path: none;white-space: normal;