flexbox

收集整理css flex相关的资源。使用git submodule 方便同步作者原仓库资源。

目录

下载

git clone --recursive git@github.com:huixisheng/flexbox.git

文章

工具

手册

资源

flex.css

flex.css is declarative layout which is compatible with wechat, UC, webview and other main-stream mobile browser and surpports react, vue, angular.

作者: lzxb https://github.com/lzxb/

演示: http://lzxb.github.io/flex.css/ http://lzxb.name/flex.css/

Flexbox Patterns

Patterns for using flexbox CSS to build awesome UI components.

作者: cjcenizal https://github.com/cjcenizal/

演示: http://www.flexboxpatterns.com/

solved-by-flexbox

A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox. 作者: philipwalton https://github.com/philipwalton/

演示: https://philipwalton.github.io/solved-by-flexbox/

中文: https://hufan-akari.github.io/solved-by-flexbox/

flex-layout-attribute

Layout helper based on CSS flexbox specification designed to serve you as quick flexbox shorthand by using two custom html attributes — layout and self. 作者: StefanKovac https://github.com/StefanKovac/

演示: http://progressivered.com/fla/?d=0&v=1&h=1&s=0&i=000&a=000#playground

flex-layout

基于flexbox的栅格化布局库,提供更直观、丰富的布局方式。

作者: Coffcer https://github.com/Coffcer/

演示: http://coffcer.github.io/flex-layout/

sass-flex-mixin

This is a set of mixins for those who want to mess around with flexbox using the native support of current browsers.

作者: mastastealth https://github.com/mastastealth

flexbugs

A community-curated list of flexbox issues and cross-browser workarounds for them.

作者: philipwalton https://github.com/philipwalton/

其他

lib-flexible

相关问题

submodule

更新

# https://blog.devtang.com/2013/05/08/git-submodule-issues/
$ git submodule foreach git submodule update
# https://www.jianshu.com/p/9000cd49822c
$ git submodule update --remote
1
2
3
4

综合

更新日志

2016-11-23

  • 添加sass-flex-mixin,flexbugs,其他相关的flex资源
  • 添加lab

2016-11-22

  • 初始化版本
  • 添加目录

声明: 版权归原作者所有

Last Updated: 3/3/2019, 4:32:18 PM