typescriptcssv0.1
Docs

text-indent

Utilities for controlling the amount of empty space shown before text in a block.

UtilityStyles
indent[*<value>*]text-indent: calc(var(--spacing) * *<number>*);
indent['1px']text-indent: 1px;
indent['-1px']text-indent: -1px;