Skip to content

Instantly share code, notes, and snippets.

@daphotron
Created June 26, 2014 15:37
Show Gist options
  • Select an option

  • Save daphotron/c5adce314a2b9a78d3ea to your computer and use it in GitHub Desktop.

Select an option

Save daphotron/c5adce314a2b9a78d3ea to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<ol class="list">
<li>
thing
<ol>
<li>
thing
</li>
<li>
thing
</li>
<li>
thing
<ol>
<li>
thing
</li>
<li>
thing
</li>
<li>
thing
</li>
</ol>
</li>
</ol>
</li>
<li>
thing
</li>
<li>
thing
</li>
</ol>
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
// http://css-tricks.com/numbering-in-style/
// http://css-tricks.com/examples/NumberedFAQ/
.list {}
.list > li > ol {
list-style-type: lower-alpha;
}
.list > li > ol > li > ol{
list-style-type: lower-roman;
}
.list > li > ol {
list-style-type: lower-alpha;
}
.list > li > ol > li > ol {
list-style-type: lower-roman;
}
<ol class="list">
<li>
thing
<ol>
<li>
thing
</li>
<li>
thing
</li>
<li>
thing
<ol>
<li>
thing
</li>
<li>
thing
</li>
<li>
thing
</li>
</ol>
</li>
</ol>
</li>
<li>
thing
</li>
<li>
thing
</li>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment