USDA-FSA / fsa-style

CSS Implementation of USDA's FPAC Design System
http://usda-fsa.github.io/fsa-style/
Other
11 stars 8 forks source link

Lists: RWD scopes #393

Closed francisrupert closed 3 years ago

francisrupert commented 4 years ago

As with many other components, add Responsive variations for http://usda-fsa.github.io/fsa-design-system/components/lists/

e.g. to make a list inline at Medium breakpoint:

<ul class="fsa-list--inline@m">
  <li>List item one</li>
  <li>List item two</li>
  <li>List item three</li>
</ul>
francisrupert commented 4 years ago

Descoped. Not enough priority or seeming use cases.