Scoped styles made easy.
Scoping css in React app is not that easy. Most people use CSS modules, but it's just a trade-off. Rescoped uses Shadow DOM and custom elements to make your components really css scoped.
yarn add rescoped
# Or
npm install --save rescopedSee the documentation site for more information.