Skip to content

Instantly share code, notes, and snippets.

View giltroymeren's full-sized avatar
🏠
Working from home

Troy Meren giltroymeren

🏠
Working from home
View GitHub Profile
@giltroymeren
giltroymeren / formal-list-outline-styles.scss
Last active December 19, 2015 04:29
Three and five-level outline styles
// three-level outline
ol,
ol.ol-default {
list-style: decimal;
ol { list-style: lower-alpha;
ol { list-style: lower-roman; }
}
}
// five-level outline