An ordered list of items.
An ordered list of items.
<Ul> <li>Milk</li> <li> Cheese <Ol> <li>Blue cheese</li> <li>Feta</li> </Ol> </li></Ul>Here's the <Ol /> component in action.
/* ### Typography ### */@layer components { /* Ol */ .ol { @apply ml-space-10 list-decimal; }}