@mapcss/preset-typography
Version:
Typography preset for MapCSS
21 lines (20 loc) • 656 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.table = void 0;
exports.table = {
DEFAULT: { display: "table" },
caption: { display: "table-caption" },
cell: { display: "table-cell" },
column: {
DEFAULT: { display: "table-column" },
group: { display: "table-column-group" },
},
header: { group: { display: "table-header-group" } },
footer: { group: { display: "table-footer-group" } },
row: {
DEFAULT: { display: "table-row" },
group: { display: "table-row-group" },
},
auto: { "table-layout": "auto" },
fixed: { "table-layout": "fixed" },
};