chris-pearce / scally

Scally is a Sass-based, BEM, OOCSS, responsive-ready, CSS framework that provides you with a solid foundation for building reusable UI's quickly 🕶
https://twitter.com/scally_fw
Apache License 2.0
285 stars 20 forks source link

Add 2nd and 3rd nested bullet options for the ordered List object #173

Closed chris-pearce closed 9 years ago

chris-pearce commented 9 years ago

Unordered lists have it:

$o-list-bullet-unordered-base: disc !default;

$o-list-bullet-unordered-nested-once: circle !default;

$o-list-bullet-unordered-nested-twice: square !default;

But not ordered:

$o-list-bullet-ordered: decimal !default;
chris-pearce commented 9 years ago

Won't fix as this is non-backwards compatible. The List object will go in V3.