# css-jss

> Implements css() interface on top of JSS

Latest version **10.10.0** (published 2023-02-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install css-jss
pnpm add css-jss
yarn add css-jss
bun add css-jss
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 10.10.0 |
| Published | 2023-02-09 |
| First published | 2019-06-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 329 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7050 |
| Author | JSS Team |
| Maintainers | kof |
| Keywords | jss, style, sheet, stylesheet, css, components, composable, css in js, css-in-js |

## Links

- npm: https://www.npmjs.com/package/css-jss
- Repository: https://github.com/cssinjs/jss
- Homepage: https://cssinjs.org/
- Issues: https://github.com/cssinjs/jss/issues/new
- npm.io page: https://npm.io/package/css-jss

## Dependencies (3)

- [jss](https://npm.io/package/jss.md) ^10.10.0
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.3.1
- [jss-preset-default](https://npm.io/package/jss-preset-default.md) ^10.10.0

## 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

- 10.10.0 (latest) — 2023-02-09
- 10.9.1-alpha.2 (next) — 2022-04-24
- 10.9.2 — 2022-07-31
- 10.9.1 — 2022-07-21
- 10.9.1-alpha.1 — 2022-04-23
- 10.9.1-alpha.0 — 2022-04-16
- 10.9.0 — 2021-12-08
- 10.8.2 — 2021-10-25
- 10.8.1 — 2021-10-16
- 10.8.0 — 2021-09-18
- 10.7.1 — 2021-06-28
- 10.7.0 — 2021-06-27
- 10.6.0 — 2021-03-14
- 10.5.1 — 2021-01-23
- 10.5.0 — 2020-11-15
- … 19 more at https://npm.io/package/css-jss/versions

## README

# css-jss

[![Version](https://img.shields.io/npm/v/css-jss.svg?style=flat)](https://npmjs.org/package/css-jss)
[![License](https://img.shields.io/npm/l/css-jss.svg?style=flat)](https://github.com/cssinjs/jss/blob/master/LICENSE)
[![Downlodas](https://img.shields.io/npm/dm/css-jss.svg?style=flat)](https://npmjs.org/package/css-jss)
[![Size](https://img.shields.io/bundlephobia/minzip/css-jss.svg?style=flat)](https://npmjs.org/package/css-jss)
[![Dependencies](https://img.shields.io/david/cssinjs/jss.svg?path=packages%2Fcss-jss&style=flat)](https://npmjs.org/package/css-jss)

> Implements css() interface on top of JSS

See our website [css-jss](https://cssinjs.org/css-jss?v=v10.10.0) for more information.

## Install

Using npm:

```sh
npm install css-jss
```

or using yarn:

```sh
yarn add css-jss
```

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