0.1.7 • Published 9 years ago

tree-lists v0.1.7

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

lists

The lists module provides very basic styling for regular ordered and unordered lists.

Installation

You can install the lists module via Bower, npm, or copy and paste.

Install using Bower:

$ bower install tree-lists --save

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

@import "bower_components/tree-lists/base.lists";

Install using npm:

$ npm install tree-lists --save

Install via file download

The least recommended option for installation is to simply download _base.lists.scss into your project and @import it into your project in its Base layer.

Credits

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