CompileOptions Type — tailwindcss Architecture
Architecture documentation for the CompileOptions type/interface in compile.ts from the tailwindcss codebase.
Entity Profile
Source Code
packages/@tailwindcss-node/src/compile.ts lines 22–31
export interface CompileOptions {
base: string
from?: string
onDependency: (path: string) => void
shouldRewriteUrls?: boolean
polyfills?: Polyfills
customCssResolver?: Resolver
customJsResolver?: Resolver
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free