UNPKG

xmeter

Version:

A default stylesheet with a set of tools that make designing with vertical rhythm easy.

40 lines (35 loc) 1.13 kB
/*################################*\ xmeter | _o-List.less \*################################*/ @import (reference) url('./_-pl.less'); // The List Object // // A simple, plain, blocky list. // It removes the usual padding and list item markers accompanied by (un)ordered lists. // The result is a list of items, each on its own line. // Combine this class with other classes to create a variety of styles. // <header><dl> // <dt>author</dt> <dd>Chris Harvey</dd> // <dt>updated</dt> <dd><time>2017-02-09</time></dd> // </dl></header> // // Markup: // <!--link rel="stylesheet" href="/node_modules/xmeter/css/dist/o-List.css"/--> // <ul class="o-List"> // <li class="o-List__Item">Burns &amp; McDonnell Engineering</li> // <li class="o-List__Item">DIS-TRAN Steel, LLC</li> // <li class="o-List__Item">EDM International</li> // <li class="o-List__Item">Electrical Consultants, Inc.</li> // <li class="o-List__Item">Fabrimet Inc.</li> // <li class="o-List__Item">Falcon Steel Company</li> // </ul> // // Weight: 1 // // Styleguide Objects.List .o-List { .-pl-0; list-style: none; } .o-List__Item { }