Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

rescoped

awmleer5MIT0.1.4TypeScript support: included

Scoped styles made easy.

readme

Rescoped

Scoped styles made easy.

Why rescoped?

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.

Installation

yarn add rescoped
# Or
npm install --save rescoped

Docs

See the documentation site for more information.