properties
changelog

Spacing Between Table Cells

Control spacing between table's cells.

Usage:

  • @table gap-*;

Reference

shilp.config.js
const shilpConfig = {
	source: "react",

	properties: {
		table: {
			gap: {
				property: "border-spacing: <v><i>;",
				resolve: "spacing",
				themeKey: "spacingPixels",
				values: {},
			},
		},
	},
};

export default shilpConfig;