@luna-park/tailwind-scope
v1.0.0
Published
Inject Tailwind CSS into your HTML files with a scoped rule.
Downloads
3
Readme
@luna-park/tailwind-scope
Allow you to scope tailwind classes to a specific part of your DOM.
Usage
<script type="module">
import scope from 'https://esm.sh/@luna-park/tailwind-scope';
scope({ from: '#app', to: '.no-tailwind'});
</script>