Interface: SheetConfig<T>

twind.SheetConfig

Type parameters

NameDefault
Tunknown

Properties

nonce

Optional nonce: string

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).

Defined in: src/types/twind.ts:55


target

Optional target: T

Target to insert rules into.

Defined in: src/types/twind.ts:58