Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.1 KB

px-list-bare-design

The Predix UI List Bare module simply removes bullets and indents from lists. This module is a fork of the inuitcss list-bare module.

Dependencies

The px-list-bare-design module depends on one other Px module:

Upstream dependency

The px-list-bare-design module is also an upstream dependency in this meta kit:

Installation

Install this module and its dependencies using bower:

bower install --save px-list-bare-design

Once installed, @import into your project's Sass file in its Objects layer:

@import "px-list-bare-design/_objects.list-bare.scss";

Usage

Basic usage of the px-list-bare-design module uses one required class:

<ul class=list-bare>
    <li>Foo</li>
    <li>Bar</li>
    <li>Baz</li>
</ul>

The only valid children of the .list-bare node are <li>s.

View the full API here.