MCPcopy Create free account
hub / github.com/nuxt-modules/style-resources / ModuleOptions

Interface ModuleOptions

src/module.ts:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9} from "@nuxt/kit";
10
11export interface ModuleOptions {
12 sass?: string | string[];
13 scss?: string | string[];
14 less?: string | string[];
15 stylus?: string | string[];
16 hoistUseStatements?: boolean;
17}
18
19export default defineNuxtModule<ModuleOptions>({
20 meta: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…