# infima

> A UI framework for content-centric websites.

Latest version **0.2.0-alpha.45** (published 2024-08-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install infima
pnpm add infima
yarn add infima
bun add infima
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.2.0-alpha.45 |
| Published | 2024-08-23 |
| First published | 2019-04-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=12 |
| Dependencies | 0 |
| Unpacked size | 605.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 450 |
| Author | Yangshun Tay |
| Maintainers | yangshun, slorber, lex111, docusaurus-bot |
| Keywords | css, responsive, front-end, framework, web, dark mode |

## Links

- npm: https://www.npmjs.com/package/infima
- Repository: https://github.com/facebookincubator/infima
- Issues: https://github.com/facebookincubator/infima/issues
- npm.io page: https://npm.io/package/infima

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 0.2.0-alpha.45 (latest) — 2024-08-23
- 0.2.0-alpha.1 (next) — 2019-06-04
- 0.2.0-alpha.44 — 2024-07-01
- 0.2.0-alpha.43 — 2023-02-17
- 0.2.0-alpha.42 — 2022-07-13
- 0.2.0-alpha.41 — 2022-07-08
- 0.2.0-alpha.40 — 2022-06-23
- 0.2.0-alpha.39 — 2022-05-04
- 0.2.0-alpha.38 — 2022-03-24
- 0.2.0-alpha.37 — 2021-12-21
- 0.2.0-alpha.36 — 2021-12-02
- 0.2.0-alpha.35 — 2021-12-01
- 0.2.0-alpha.34 — 2021-10-08
- 0.2.0-alpha.33 — 2021-09-01
- 0.2.0-alpha.32 — 2021-08-30
- … 31 more at https://npm.io/package/infima/versions

## README

# [Infima](https://infima.dev/) &middot; [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebookincubator/infima/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/infima.svg?style=flat)](https://www.npmjs.com/package/infima)

> ⚠️ Infima is not yet ready for production use and is being developed alongside [Docusaurus 2](https://docusaurus.io/).

A modern styling framework for content-driven websites 🔥.

## Features

- **Theming** - Create websites with built-in support for theming and dark mode
- **Modern** - Built using modern CSS methodologies - CSS variables, PostCSS and BEM naming
- **Modular** - Import only the CSS for the components which you need

## Background

While building [Docusaurus 2](https://docusaurus.io/), we found that we needed styling for a documentation website as part of the default theme. We could bake the styling into the default theme such that it was only used by Docusaurus websites, but in the usual Facebook fashion, we decided to separate out the CSS layer into a separate project such that websites interested in adopting a documentation-site styling could use it too.

This project is being built alongside Docusaurus 2 and is still in the alpha stage, so using only this project in production is not recommended. Class names and CSS variable names might change in future (but will be documented in the CHANGELOG).

### License

Infima is [MIT licensed](./LICENSE).

---
_Source: https://npm.io/package/infima · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
