From 196a4f8233e0e808d935ce080057c2faaf66181e Mon Sep 17 00:00:00 2001 From: jess Date: Sat, 3 Nov 2018 17:05:43 -0700 Subject: [PATCH] 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 --- guide/english/css/comments-in-css/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/css/comments-in-css/index.md b/guide/english/css/comments-in-css/index.md index 1188ee7bfa..739a3e45cc 100644 --- a/guide/english/css/comments-in-css/index.md +++ b/guide/english/css/comments-in-css/index.md @@ -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)