diff --git a/samples/root/Getting Started/index.html b/samples/root/Getting Started/index.html index 9592cf5c8f0..ed87bc33ccc 100644 --- a/samples/root/Getting Started/index.html +++ b/samples/root/Getting Started/index.html @@ -47,9 +47,10 @@

Quick Edit for CSS and JavaScript

Cmd/Ctrl + E shortcut to open a quick inline editor that displays all the related CSS. Make a tweak to your CSS, hit ESC and you're back to editing HTML, or just leave the CSS rules open and they'll become part of your HTML editor. If you hit ESC outside of - a quick inline editor, they'll all collapse. + a quick inline editor, they'll all collapse. Quick Edit will also find rules defined in LESS and + SCSS files, including nested rules.

- + Want to see it in action? Place your cursor on the tag above and press Cmd/Ctrl + E. You should see a CSS quick editor appear above, showing the CSS rule that @@ -65,8 +66,10 @@

Quick Edit for CSS and JavaScript

- You can use the same shortcut to edit other things as well--like functions in JavaScript, - colors, and animation timing functions--and we're adding more and more all the time. + You can use the same shortcut to edit other things as well – like functions in JavaScript, + colors, and animation timing functions – and we're adding more and more all the time. +

+

For now inline editors cannot be nested, so you can only use Quick Edit while the cursor is in a "full size" editor.