type alias CSSModulesOptionsimport { type CSSModulesOptions } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.33/types.ts"; The options are passed on to postcss-modules. definition: { exportGlobals?: boolean; generateScopedName?: string | ((name: string,filename: string,css: string,) => string); globalModulePaths?: string[]; hashPrefix?: string; localsConvention?: | "camelCase" | "camelCaseOnly" | "dashes" | "dashesOnly"; scopeBehaviour?: "global" | "local"; }