colette
Version:
A CSS and JS starter kit for 20 Minutes web projects
16 lines (14 loc) • 312 B
text/stylus
// Lists
//
// Classes to handle list items display.
//
// .list-pos-outside - list-item with outside positionned marks
// .list-type-none - list-item with no marks
//
// Markup: helpers-lists.twig
//
// Styleguide: Helpers.Lists
.list-pos-outside
{listPosOutside}
.list-type-none
list-style none