rescoped
v0.1.4
Published
Scoped styles made easy.
Downloads
9
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.