properties
changelog

Text Indentation

Set empty space (indentation) before text block (lines).

Usage:

  • @text move-*;

Reference

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

  properties: {
    text: {
      move: {
        property: "text-indent: <n><v><i>;",
        resolve: "spacing",
        themeKey: "spacingPixels",
        values: {},
      },
    },
  },
};

export default shilpConfig;

Published at:

Last updated at: