0.1.4 • Published 8 years ago

iotacss-list v0.1.4

Weekly downloads
22
License
-
Repository
github
Last release
8 years ago

List Object

The list object is responsible for creating inline, block and span lists.

Installation

npm install --save iotacss-list

Dependencies

Options

$iota-list--block         : false !default;
$iota-list--inline        : false !default;
$iota-list--span          : false !default;  // The list elements are inline and they take the 100% of their container
$iota-list-gutter-default : 10px !default;
$iota-list-gutter-extra   : () !default;

Classes

.o-list
  .o-list__item


// Modifiers

.o-list--block
.o-list--inline
.o-list--span


// Extra gutter sizes

$iota-list-gutter-extra   : (
  small: 5px;
  large: 20px;
);

.o-list--small
.o-list--large
0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago