0.5.0 • Published 9 years ago

tree-list-bare v0.5.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

List-bare

The list-bare object simply removes bullets and indents from lists.

Dependencies

The List bare module depends on one other module:

If you install the list-bare module using Bower or npm, you will get these dependencies at the same time. If not using Bower or npm, please be sure to install and @import these dependencies in the relevant way.

Installation

You can install the list-bare module via npm, or copy and paste.

Install using Bower:

$ bower install tree-list-bare --save

Once installed, @import into your project in its Object layer:

@import "bower_components/tree-list-bare/object.list-bare";

Install using npm:

$ npm install tree-list-bare --save

Install via file download

The least recommended option for installation is to simply download _object.list-bare.scss into your project and @import it into your project in its Object layer.

Usage

Basic usage of the List-bare module uses the required classes:

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

Credits

  • inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.
0.5.0

9 years ago

0.4.0

9 years ago

0.3.6

9 years ago