rescoped

Scoped styles made easy.

Usage no npm install needed!

<script type="module">
  import rescoped from 'https://cdn.skypack.dev/rescoped';
</script>

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.