first-line-indent
The indentation of the first line of a paragraph.
Availability
Available in: Paragraph, Headers and Footers, Footnotes Area, Figures, Figure Captions, Divider, Block, List, Table, Table Cell, Table of Contents, Table of Contents Item
Type
Default value
0pt
Inherited
No.
Example
paragraph {
// Set first line indentation on paragraphs
first-line-indent: 10pt
}
heading-all + paragraph {
// No first line indentation after headings
first-line-indent: 0pt
}