Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function initTailwind
import { initTailwind } from "https://deno.land/x/fathym_eac_runtime@v0.1.32/src/modules/tailwind/compiler.ts";

Parameters

tailwindConfigPath: string
autoprefixerOptions: AutoprefixerOptions
allFiles: string[]

Returns

Promise<postcss.Processor>