0.1.4 • Published 7 years ago

layit.css v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

layit.css

English | 中文

基于Flexbox的CSS布局框架,简单,易学

安装

npm i -S layit.css

引入scss

@import "~layit.css";

如果你在sass中引入scss,别忘了在你的构建系统中添加 autoprefixer

引入css

@import "~layit.css/lib/layit.css";

使用

定制

  • l-前缀改为layout-
    $prefix: "layout-";
    @import "../../../src/index";
  • 栅栏格系统

    更改栅栏格最大格子数

    $units: 4;
    @import "../../../src/index";

    更改格子间的排水沟

    $level: 2;
    $rate: 5px;
    @import "../../../src/index";

版权

Copyright (c) 2018 Jeff Wang. See LICENSE for details.

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago