WIP: Add TailwindCSS Plugin #2

Draft
cswimr wants to merge 23 commits from tailwindcss into main
Showing only changes of commit f2304ffdca - Show all commits

View file

@ -27,6 +27,7 @@ const open = async (url: string) => {
const process = new Deno.Command(cmd, { const process = new Deno.Command(cmd, {
args: [url], args: [url],
env: { env: {
// https://github.com/project-gauntlet/gauntlet/issues/28
LD_LIBRARY_PATH: "", LD_LIBRARY_PATH: "",
}, },
}); });