Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

injectGlobal

Injects styles into the global scope and is useful for applications such as gloabl styles, CSS resets or font faces.

It does not return a class name, but adds the styles within the base layer to the stylesheet directly.

const injectGlobal: InjectGlobalFunction;