WIP: Add TailwindCSS Plugin #2

Draft
cswimr wants to merge 17 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, {
args: [url],
env: {
// https://github.com/project-gauntlet/gauntlet/issues/28
LD_LIBRARY_PATH: "",
},
});