Migrating lists
Unordered lists using <ul> and <li> often relied on Tailwind spacing or fly-list classes.
Use PlumaList and PlumaListItem for structured lists.
<ul> with <PlumaList><ol> with <PlumaList @type="ordered"><li> with <PlumaListItem> or PlumaList::Item (in .hbs files)list-disc becomes @styleType="disc"list-none and list-unstyled become @styleType="none"Source:
Target:
Source:
Target: