WIP: Add TailwindCSS Plugin #2

Draft
cswimr wants to merge 17 commits from tailwindcss into main
Showing only changes of commit 8aaab98785 - Show all commits

View file

@ -22,6 +22,7 @@ const open = async (url: string) => {
// Yes, this function uses Deno. Yes, this repository uses Node.js for tooling.
// Gauntlet runs loaded plugins in a Deno runtime, so this works fine.
// Hop off Copilot I know this isn't using Node.js APIs
console.log("Opening URL:", url);
const platform = Deno.build.os;
const cmd = getOpenCommand(platform);
const process = new Deno.Command(cmd, {