Code has been added to clipboard!

Calling Variables: var()

Example
p {
  color: var(--main-text-color);
}