# @stitches/core

> The modern CSS-in-JS library

Latest version **1.2.8** (published 2022-04-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @stitches/core
pnpm add @stitches/core
yarn add @stitches/core
bun add @stitches/core
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.8 |
| Published | 2022-04-25 |
| First published | 2020-09-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 499.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7774 |
| Maintainers | stephenhaney, hadihallak, colmtuite |
| Keywords | component, components, create, css, css-in-js, global, globals, javascript, js, nesting, object, object-oriented, oo, oocss, oriented, scope, scoped, style, styled, styles, stylesheet, stylesheets, theme, themes, theming, token, tokens, type, typed, types, transform, ts, variable, variables |

## Links

- npm: https://www.npmjs.com/package/@stitches/core
- Repository: https://github.com/modulz/stitches
- Homepage: https://stitches.dev/
- Issues: https://github.com/modulz/stitches/issues
- npm.io page: https://npm.io/package/@stitches/core

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.2.8 (latest) — 2022-04-25
- 1.3.1-1 (canary) — 2022-10-20
- 1.3.1-0 — 2022-10-14
- 1.2.7 — 2022-02-25
- 1.2.7-0 — 2022-02-15
- 1.2.6 — 2021-12-02
- 1.2.6-1 — 2021-12-02
- 1.2.6-0 — 2021-11-18
- 1.2.5 — 2021-10-07
- 1.2.4 — 2021-10-06
- 1.2.3 — 2021-10-06
- 1.2.2 — 2021-10-05
- 1.2.1 — 2021-09-23
- 1.2.0 — 2021-09-17
- 1.1.0 — 2021-09-09
- … 76 more at https://npm.io/package/@stitches/core/versions

## README

# @stitches/core

**@stitches/core** is a framework-agnostic implementation of [stitches](https://stitches.dev), a CSS-in-JS library with a best-in-class developer experience.

<p><br /></p>

```sh
# with npm
npm install @stitches/core

# with yarn
yarn add @stitches/core
```

<p><br /></p>

<a href="https://codepen.io/embed/prefill?editable=true&default-tab=js%2Cresult&data=%7B%22js%22%3A%22import+%7B+css+%7D+from+%27https%3A%2F%2Fcdn.skypack.dev%2F%40stitches%2Fcore%27%3B%5Cn%5Cn%2F%2F+add+your+code+here%21%5Cn%2F%2F+see+https%3A%2F%2Fstitches.dev+for+documentation%22%7D"><img src="https://img.shields.io/badge/-open_in_codepen-2b354f?logo=codepen&style=flat-square" alt="open in codepen" valign="middle" align="right"></a>

<br />

```html
<script type="module">

import { css } from 'https://cdn.skypack.dev/@stitches/core'

</script>
```

<p><br /></p>

<a href="https://codepen.io/embed/prefill?editable=true&default-tab=js%2Cresult&data=%7B%22js%22%3A%22const+%7B+css+%7D+%3D+stitches%5Cn%5Cn%2F%2F+add+your+code+here%21%5Cn%2F%2F+see+https%3A%2F%2Fstitches.dev+for+documentation%22%2C%22js_external%22%3A%22https%3A%2F%2Funpkg.com%2F%40stitches%2Fcore%2Fdist%2Findex.global.js%22%7D"><img src="https://img.shields.io/badge/-open_in_codepen-2b354f?logo=codepen&style=flat-square" alt="open in codepen" valign="middle" align="right"></a>

<br />

```js
<script src="https://unpkg.com/@stitches/core/dist/index.global.js"></script>
<script>

const { css } = stitches

</script>
```

<p><br /></p>

## Documentation

For full documentation, visit [stitches.dev](https://stitches.dev).

## Contributing

Please follow our [contributing guidelines](./CONTRIBUTING.md).

## Authors

- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)
- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)
- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)

## License

Licensed under the MIT License, Copyright © 2021-present Modulz.

See [LICENSE](./LICENSE.md) for more information.

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