mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
10 lines
154 B
HTML
10 lines
154 B
HTML
<div class="wrapper">
|
|
<h1>Tailwind Sourcemap</h1>
|
|
|
|
<p class="text-red-400">foo</p>
|
|
</div>
|
|
|
|
<script type="module">
|
|
import './tailwind.css'
|
|
</script>
|