lzxb/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. observed · 2026-09-06
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-07. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3846
- days_rel: n/a
- days_push: 1512
- n_releases_24m: 0
Adoption not part of the score
1521 stars · 354 forks observed · 2026-09-06
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
flex.css is a declarative CSS layout library that lets developers define flexbox layouts via HTML attributes (flex or data-flex) instead of writing CSS. It compiles with autoprefixer to fall back to the legacy -webkit-box syntax, ensuring consistent layouts across old mobile browsers, webviews, and WeChat.
Use cases
- center elements on mobile web pages without writing css
- flexbox layout compatible with old android and ios webviews
- declarative layout for wechat and uc browser pages
- use flex layout in react with data attributes
- avoid autoprefixer setup for legacy flexbox support
When to choose
- targeting legacy mobile browsers or webviews that only support -webkit-box
- you want layout expressed directly in html attributes for easier maintenance
- building mobile web apps with vue, react, or angular
When to avoid
- modern browsers only - standard flexbox with autoprefixer is sufficient
- you prefer layouts defined in stylesheets rather than html attributes
- project requires an actively maintained library with a license file
Facets
library · maturity maintenance
css-framework ui-components frontend web-development mobile-development browser cross-platform flexbox declarative-layout mobile-web wechat-compatibility less vue react angular
1 source
- readme: https://github.com/lzxb/flex.css · fetched 2026-09-06 · 63511dc778f4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lzxb/flex.css | main | 32 |
For agents
Data as of 2026-09-07T08:21:23.190159+00:00 · Report a problem