Text Indentation
Set empty space (indentation) before text block (lines).
Usage:
@text move-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { text: { move: { property: "text-indent: <n><v><i>;", resolve: "spacing", themeKey: "spacingPixels", values: {}, }, }, }, }; export default shilpConfig;