question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Capitalize test text for Cascading CSS variables

See original GitHub issue

Describe your problem and how to reproduce it: Challenge test text typically capitalized, but the one for Cascading CSS Variables is not.

Add a Link to the page with the problem: https://github.com/freeCodeCamp/freeCodeCamp/blob/master/curriculum/challenges/english/01-responsive-web-design/basic-css/cascading-css-variables.english.md

Live: https://learn.freecodecamp.org/responsive-web-design/basic-css/cascading-css-variables

Suggested Change:

tests:
- - text: declare the <code>...
+ - text: Declare the <code>...

Tell us about your browser and operating system:

  • Browser Name: Chrome
  • Browser Version: Chrome
  • Operating System: Chrome OS

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
erictleungcommented, Jan 26, 2019

@rushic24 there has been a pull request already submitted https://github.com/freeCodeCamp/freeCodeCamp/pull/34910. Thanks for your interest! Please take a look at the other issues. Happy coding!

0reactions
theREALaltoidcommented, Jan 27, 2019

Close the issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

text-transform - CSS: Cascading Style Sheets - MDN Web Docs
The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or ...
Read more >
CSS Custom Properties for Cascading Variables Module ...
This module introduces cascading variables as a new primitive value type that is accepted by all CSS properties, and custom properties for ...
Read more >
CSS Variables explained with 5 examples | by Daniel
The plan for this article is to show you how native CSS variables work, and how you can use them to make your...
Read more >
A Strategy Guide To CSS Custom Properties
Capitalization of variables often signifies global constants. For us, this is going to signify that the property is set elsewhere in the ...
Read more >
CSS Custom Properties (CSS Variables) Sample
They follow the same rules as other CSS properties, so you're able to define and use them at multiple levels, following standard CSS...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found