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;