Table Layout
Control table's dimentions with column sizing algorithm.
Usage:
@table layout-*;
Reference
shilp.config.js/** @type {import('shilpcss/types').ShilpConfig} */ const shilpConfig = { source: "react", properties: { table: { layout: { property: "table-layout: <v><i>;", values: { auto: "auto", fixed: "fixed", }, }, }, }, }; export default shilpConfig;