@raneio/scoped-style
v1.0.1
Published
Scope css styles
Downloads
1
Readme
Scope css styles
Get started
<script type="module" src="https://cdn.skypack.dev/@raneio/scoped-style?min"></script>
<div class="test">
<p>This should be red</p>
<p class="info">This info should be blue</p>
</div>
<div>
<p>This should be black</p>
<p class="info">This info should be black</p>
</div>
<scoped-style scope=".test">
<style media="not all">
:root {
color: red;
}
.info {
color: cornflowerblue;
}
</style>
</scoped-style>
License
Copyright 2021, Rane Ahonen, Rane.io