cloutiy / tml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add list-spacing options

cloutiy opened this issue · comments

commented

Add list spacing options to specify the space before, after and between items:

{list}
spacing: value       => space around lists, top and bottom
space-before: value  => space before lists
space-after: value   => space after lists
item-spacing: value  => space between items
commented

Done.