mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
inline tailwindcss for html component in apps
This commit is contained in:
@@ -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
Reference in New Issue
Block a user