Spot the bug - #21

Can you find the CSS bug?

:root {
  --brand: #4f46e5;
}
.button {
  color: var(--brnad);
}

Reply with what is broken and how you would fix it.

WaffleFries

The property name “brnad” is misspelled!

The property name “brnad” is misspelled!

Did you literally copy my answer verbatim? :slight_smile: