freeCodeCamp / curriculum

The freeCodeCamp curriculum and lesson editor
Creative Commons Attribution Share Alike 4.0 International
81 stars 124 forks source link

fix(challenges): fix description in css variable fallback challenge #264

Closed joshalling closed 6 years ago

joshalling commented 6 years ago

Description

I fixed the description in this challenge to point out that the variable fallback is not used to work with browsers that don't support variables.

I also updated the instruction to call out exactly what is going on rather than explaining it as a note at the bottom.

Pre-Submission Checklist

Checklist:

PARTIALLY RESOLVES: freeCodeCamp/freeCodeCamp#17546

scissorsneedfoodtoo commented 6 years ago

@joshalling, thank you for improving this challenge! It's much more clear what a fallback is and what the user is meant to do in this challenge.