Skip to content

Instantly share code, notes, and snippets.

@dahal
Created July 6, 2016 17:55
Show Gist options
  • Save dahal/e3a7033b66a635dd6d9c3d498ef681b4 to your computer and use it in GitHub Desktop.
Save dahal/e3a7033b66a635dd6d9c3d498ef681b4 to your computer and use it in GitHub Desktop.
Flock Styleguide
<div class="six columns">
<ul>
<li>Unordered lists have basic styles</li>
<li>
They use the circle list style
<ul>
<li>Nested lists styled to feel right</li>
<li>Can nest either type of list into the other</li>
</ul>
</li>
<li>Just more list items mama san</li>
</ul>
</div>
<div class="six columns">
<ol>
<li>Ordered lists also have basic styles</li>
<li>
They use the decimal list style
<ul>
<li>Ordered and unordered can be nested</li>
<li>Can nest either type of list into the other</li>
</ul>
</li>
<li>Last list item just for the fun</li>
</ol>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment