Grd 介绍
Grd是一个使用Flexbox布局的CSS网格框架。它很小只有512个字节(Gzip压缩)。
特点:
Simple: Provides just 2 base classes Grid and Cell and some modifiers.
Light-weight: Only 512 bytes (Gzipped).
Flexible: Easy to use FlexBox features.
安装:
# via npm $ npm install Grd # via bower $ bower install Grd
用法:
<div class="Grid"> <div class="Cell -3of12">3of12</div> <div class="Cell -9of12">9of12</div> </div>
Grd 官网
https://github.com/1000ch/grd/commit/d071c7992810b3dd3f57c06807cbe15097c0fe51