Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 256 Bytes

File metadata and controls

11 lines (8 loc) · 256 Bytes

@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>