inline tailwindcss for html component in apps

This commit is contained in:
Ruben Fiszel
2023-01-17 17:48:40 +01:00
parent 0e50579089
commit bcb5c3697d
2 changed files with 64 additions and 3 deletions
@@ -31,9 +31,7 @@
style="height: {h}px; width: {w}px"
class="p-0"
title="sandbox"
srcdoc={result
? '<scr' + `ipt src="https://cdn.tailwindcss.com"></script>` + result
: 'No html'}
srcdoc={result ? '<scr' + `ipt src="/tailwind.css"></script>` + result : 'No html'}
/></AlignWrapper
>
</RunnableWrapper>
File diff suppressed because one or more lines are too long