Add inline-list base module
sebnitu opened this issue · 0 comments
sebnitu commented
Problem
There is a need to sometimes display a list "inline" where the list items are treated as inline-block and given some sort of spacing between them. This is a common style used for footer links. It would make sense to add this as a base module in the same way we have the list
to properly style and space normal lists, inline-list
could display list items inline.