Skip to content

Latest commit

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Topcoat Grid

Grid system built on top of flex.

How to use

<divclass="topcoat-grid"><divclass="topcoat-grid__row"><divclass="topcoat-grid__column--1">
1 Column
</div></div><divclass="topcoat-grid__row"><divclass="topcoat-grid__column--6">
6 Columns
</div></div><divclass="topcoat-grid__row"><divclass="topcoat-grid__column--2 topcoat-grid__offset--6">
2 Columns Offset 6
</div></div></div>

There are also classes that fill the available space automatically.

<divclass="topcoat-grid"><divclass="topcoat-grid__row"><divclass="topcoat-grid__column--auto">
Auto Column
</div><divclass="topcoat-grid__column--auto">
Auto Column
</div><divclass="topcoat-grid__column--auto">
Auto Column
</div></div></div>

Inspiration

Development

Make your changes in src/grid.styl and run grunt to compile css/grid.css and css/grid.min.css

About

small grid system using CSS flex properties

Resources

Stars

52 stars

Watchers

7 watching

Forks

Releases

Packages

Used by

Contributors

Languages