properties
changelog

Spacing Between Table Cells

Control spacing between table's cells.

Usage:

  • @table gap-*;

Reference

shilp.config.js
/** @type {import('shilpcss/types').ShilpConfig} */
const shilpConfig = {
  source: "react",

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

export default shilpConfig;

Published at:

Last updated at: