Custom properties
Widely availableCustom properties are CSS properties prefixed with --
that set values you can reuse with the var()
function. For example, you can set a --key-color
property to reuse as border-color: var(--key-color)
. Also known as CSS variables.
Safari Browser
iOS
9.3