Basic CSS: Use CSS Variables to change several elements at once

Hi Guys,

I have just found an error in the “Basic CSS: Use CSS Variables to change several elements at once” exercise. The system tests are:

penguin class should declare the --penguin-skin variable and assign it to gray.
penguin class should declare the --penguin-skin variable and assign it to white.
penguin class should declare the --penguin-skin variable and assign it to orange.

instead of:

penguin class should declare the --penguin-skin variable and assign it to gray.
penguin class should declare the --penguin-belly variable and assign it to white.
penguin class should declare the --penguin-beak variable and assign it to orange.

Bugs should always be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

In this case, I know that the misspelling has been reported already.

Thanks Ariel. I know what to do next time.