Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanusart/stylis-plugin-extra-class-names-specifity

stylis plugin to use with @emotion/cache, supports stylis v4+
https://github.com/sanusart/stylis-plugin-extra-class-names-specifity

Last synced: about 1 month ago
JSON representation

stylis plugin to use with @emotion/cache, supports stylis v4+

Awesome Lists containing this project

README

        

# stylis-plugin-extra-class-names-specifity

stylis plugin to use with @emotion/cache, supports stylis v4+

### Install

```bash
npm i stylis-plugin-extra-class-names-specifity
```
or
```bash
yarn add stylis-plugin-extra-class-names-specifity
```

### import plugin and CacheProvider

```js
import createCache from '@emotion/cache';
import { CacheProvider } from '@emotion/react';
import plugin from 'stylis-plugin-extra-class-names-specifity';
```

### and use to wrapp your app
```jsx

```