0.1.6 • Published 8 years ago

iotacss-grid v0.1.6

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

Grid Object

The grid object is responsible for building a smart grid when used with Size, Push or Pull utilities.

Installation

npm install --save iotacss-grid

Dependencies

Options

$iota-grid--aligned       : false !default;
$iota-grid--rev           : false !default;
$iota-grid-gutter-default : 20px !default;
$iota-grid-gutter-extra   : () !default;

Example

<div class="o-grid">

    <div class="o-grid__col u-1/2">
      Column 1
    </div><!--

 --><div class="o-grid__col u-1/2">
      Column 2
    </div>

</div>

Do you see this empty HTML comment ''? This is used to fight the space between the grid columns, because they are inline block elements. If you want to read more about this fix or find some alternatives, head over here.

0.1.6

8 years ago

0.1.5

8 years ago

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