This is confusing

**this is the variable (–penguin-skin: gray; ) and the Qs is to change it to gray, white and orange it doesn’t make sense to me can someone help me to understand the requirement here?

.penguin {
/* change code below /
–penguin-skin: gray;
–penguin-belly: gray;
–penguin-beak: yellow;
/
change code above */
}

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.

Can you link to the specific challenge that you’re having trouble with?

I solved it! it was a typo from the moderators part below is how the question should go instead the made all three as –penguin-skin and that was why it was not making sense. Below is the right question.

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