Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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+
- Host: GitHub
- URL: https://github.com/sanusart/stylis-plugin-extra-class-names-specifity
- Owner: sanusart
- License: mit
- Created: 2022-01-28T13:28:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T16:40:40.000Z (almost 3 years ago)
- Last Synced: 2024-11-30T05:48:09.138Z (about 2 months ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```