Add information for users to more easily comment in css (#20754)
* Update index.md Add information on how to comment more easily in IDEs. * Added code syntax highlighting
This commit is contained in:
@ -99,6 +99,8 @@ h2 {
|
||||
}
|
||||
```
|
||||
|
||||
Tip: Many code editors will comment a highlighted portion of text by typing `CMD + /` (Mac) or `CTRL + /` (Windows).
|
||||
|
||||
### More Information:
|
||||
|
||||
* [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/CSS/Comments)
|
||||
|
Reference in New Issue
Block a user