Devographics / surveys

YAML config files for the Devographics surveys
43 stars 8 forks source link

Code example for `color-contrast()` is incorrect #55

Closed SebastianZ closed 1 year ago

SebastianZ commented 1 year ago

The code example for the color-contrast() function in the State of CSS 2022 survey is missing the property.

(And it also misses the semicolon at the end for consistency.)

It currently looks like this:

.high-contrast {
  color-contrast(#008080 vs olive, var(--myColor), #d2691e)
}

Sebastian

SachaG commented 1 year ago

Thanks, I'll fix it!