This commit is contained in:
Seth Trowbridge 2022-11-23 14:52:13 -05:00
commit 8cda64073b
1 changed files with 9 additions and 0 deletions

9
index.html Normal file
View File

@ -0,0 +1,9 @@
<script type="module">
import {install} from "https://esm.sh/@twind/core@1.0.1";
import preTail from "https://esm.sh/@twind/preset-tailwind@1.0.1";
import preAuto from "https://esm.sh/@twind/preset-autoprefix@1.0.1";
install({hash:false, presets:[preTail(), preAuto()]});
</script>
<div class="!block" style="display:none;">
<div class="before:content-['before!']"><span class="text-xl">hey</span></div>
</div>