vite/playground/tailwind-sourcemap/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
154 B
HTML
Raw Permalink Normal View History

<div class="wrapper">
<h1>Tailwind Sourcemap</h1>
<p class="text-red-400">foo</p>
</div>
<script type="module">
import './tailwind.css'
</script>