Capitalize test text for Cascading CSS variables
See original GitHub issueDescribe 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:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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!
Close the issue?