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.