function initTailwindimport { initTailwind } from "https://deno.land/x/fathym_eac_runtime@v0.1.54/src/modules/tailwind/compiler.ts"; initTailwind(tailwindConfigPath: string,autoprefixerOptions: AutoprefixerOptions,allFiles: string[],): Promise<postcss.Processor>ParameterstailwindConfigPath: stringautoprefixerOptions: AutoprefixerOptionsallFiles: string[]ReturnsPromise<postcss.Processor>