MigrateOptions Type — tailwindcss Architecture
Architecture documentation for the MigrateOptions type/interface in migrate.ts from the tailwindcss codebase.
Entity Profile
Source Code
packages/@tailwindcss-upgrade/src/codemods/css/migrate.ts lines 17–23
export interface MigrateOptions {
newPrefix: string | null
designSystem: DesignSystem | null
userConfig: Config | null
configFilePath: string | null
jsConfigMigration: JSConfigMigration | null
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free