WeappTailwindcssGenerateOptions
Invocation configuration of weapp-tailwindcss generator.
Propertiesβ
target?β
Optional | target:
WeappTailwindcssGeneratorTarget
Generate target. The output applet of weapp is compatible with CSS, web retains the web form, and tailwind returns the original output of Tailwind.
styleOptions?β
Optional | styleOptions:
Partial<IStyleHandlerOptions>
Additional configuration passed to the applet CSS compatible converter.
candidates?β
Optional | candidates:
Iterable<string>
sources?β
Optional | sources:
TailwindV4CandidateSource[]
incrementalCache?β
Optional | incrementalCache:
boolean
Whether to enable incremental build caching.
bareArbitraryValues?β
Optional | bareArbitraryValues:
boolean | { units?: string[]; }
Whether to enable UnoCSS-style bare arbitrary values, such as p-10%, p-2.5px.
scanSources?β
Optional | scanSources:
boolean | TailwindV4SourcePattern[]
Whether to scan source code entries in the file system.