1.0.0 • Published 2 years ago

stylis-plugin-extra-class-names-specifity v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

stylis-plugin-extra-class-names-specifity

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

Install

npm i stylis-plugin-extra-class-names-specifity

or

yarn add stylis-plugin-extra-class-names-specifity

import plugin and CacheProvider

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

<CacheProvider createCache={[plugin(2)]}>
    <App />
</CacheProvider>