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:
jess
2018-11-03 17:05:43 -07:00
committed by Manish Giri
parent 9651da064d
commit 196a4f8233

View File

@ -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)