# @mmcodemark/css-supports

> Memoized and SSR-compatible facade of CSS.supports API

Latest version **0.31.22** (published 2023-06-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @mmcodemark/css-supports
pnpm add @mmcodemark/css-supports
yarn add @mmcodemark/css-supports
bun add @mmcodemark/css-supports
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.31.22 |
| Published | 2023-06-15 |
| First published | 2023-06-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 158 |
| Author | Rocket.Chat |
| Maintainers | denis.akimov, mmcodemark-user |

## Links

- npm: https://www.npmjs.com/package/@mmcodemark/css-supports
- Repository: https://github.com/RocketChat/fuselage
- Homepage: https://github.com/RocketChat/fuselage#readme
- Issues: https://github.com/RocketChat/fuselage/issues
- npm.io page: https://npm.io/package/@mmcodemark/css-supports

## Dependencies (1)

- [@mmcodemark/memo](https://npm.io/package/@mmcodemark/memo.md) ^0.31.22

## Recent versions

- 0.31.22 (latest) — 2023-06-15
- 0.32.0 — 2023-06-15

## README

<!--header-->

<p align="center">
  <a href="https://rocket.chat" title="Rocket.Chat">
    <img src="https://github.com/RocketChat/Rocket.Chat.Artwork/raw/master/Logos/2020/png/logo-horizontal-red.png" alt="Rocket.Chat" />
  </a>
</p>

# `@mmcodemark/css-supports`

> Memoized and SSR-compatible facade of CSS.supports API

---

[![npm@latest](https://img.shields.io/npm/v/@mmcodemark/css-supports/latest?style=flat-square)](https://www.npmjs.com/package/@mmcodemark/css-supports/v/latest) [![npm@next](https://img.shields.io/npm/v/@mmcodemark/css-supports/next?style=flat-square)](https://www.npmjs.com/package/@mmcodemark/css-supports/v/next) ![npm downloads](https://img.shields.io/npm/dw/@mmcodemark/css-supports?style=flat-square) ![License: MIT](https://img.shields.io/npm/l/@mmcodemark/css-supports?style=flat-square)

![deps](https://img.shields.io/librariesio/release/npm/@mmcodemark/css-supports?style=flat-square) ![npm bundle size](https://img.shields.io/bundlephobia/min/@mmcodemark/css-supports?style=flat-square)

<!--/header-->

## Install

<!--install-->

Add `@mmcodemark/css-supports` as a dependency:

```sh
npm i @mmcodemark/css-supports

# or, if you are using yarn:

yarn add @mmcodemark/css-supports
```

<!--/install-->

## Contributing

<!--contributing(msg)-->

Contributions, issues, and feature requests are welcome!<br />
Feel free to check the [issues](https://github.com/RocketChat/fuselage/issues).

<!--/contributing(msg)-->

### Building

As this package dependends on others in this monorepo, before anything run the following at the root directory:

<!--yarn(build)-->

```sh
yarn build
```

<!--/yarn(build)-->

### Linting

To ensure the source is matching our coding style, we perform [linting](<https://en.wikipedia.org/wiki/Lint_(software)>).
Before commiting, check if your code fits our style by running:

<!--yarn(lint)-->

```sh
yarn lint
```

<!--/yarn(lint)-->

Some linter warnings and errors can be automatically fixed:

<!--yarn(lint-and-fix)-->

```sh
yarn lint-and-fix
```

<!--/yarn(lint-and-fix)-->

### Running tests

Whenever possible, add tests to describe exactly what your code do. You can run them by yourself:

<!--yarn(test)-->

```sh
yarn test
```

<!--/yarn(test)-->

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