:root

Since UXP v3.0

Matches the root of the plugin's document. This is a useful element to attach custom properties and CSS variables to.

See: https://developer.mozilla.org/en-US/docs/Web/CSS/:root

Example:

:root {     
    --theme-primary-color: red;
}