properties
changelog

Text Indentation

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

Usage:

  • @text move-*;

Reference

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

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

export default shilpConfig;