Configuration
interface Configuration {
darkMode?: DarkMode;
hash?: Hasher | boolean;
important?: boolean;
mode?:
nonce?: string;
plugins?: Record<string, Plugin | undefined>;
prefix?: Prefixer | boolean;
sheet?: Sheet;
theme?: ThemeConfiguration;
variants?: Record<string, string>;
}§Properties
§
nonce?: string
[src]Sets a cryptographic nonce (number used once) on the enclosing <style>
tag when generating a page on demand.
Useful for enforcing a Content Security Policy (CSP).
§
theme?: ThemeConfiguration
[src]