import { type ContentOptions } from "https://deno.land/x/netzo@0.4.78/deps/@unocss/core.ts";
Properties
Glob patterns to extract from the file system, in addition to other content sources.
In dev mode, the files will be watched and trigger HMR.
optional
inline: (string | { code: string; id?: string; } | (() => Awaitable<string | { code: string; id?: string; }>))[]Inline text to be extracted
optional
pipeline: false | { include?: FilterPattern; exclude?: FilterPattern; }Filters to determine whether to extract certain modules from the build tools' transformation pipeline.
Currently only works for Vite and Webpack integration.
Set false
to disable.