Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Add less/scss files to getting started #8878

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions samples/root/Getting Started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3>Quick Edit for CSS and JavaScript</h3>
CSS rules open and they'll become part of your HTML editor. If you hit <kbd>ESC</kbd> outside of
a quick inline editor, they'll all collapse.
</p>

<samp>
Want to see it in action? Place your cursor on the <!-- <samp> --> tag above and press
<kbd>Cmd/Ctrl + E</kbd>. You should see a CSS quick editor appear above, showing the CSS rule that
Expand All @@ -66,7 +66,9 @@ <h3>Quick Edit for CSS and JavaScript</h3>

<p>
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.
colors, and animation timing functions -- and we're adding more and more all the time.
You can even use the quick edit feature to edit rules defined in LESS/SCSS files even if they
haven't been processed into CSS files.<br/><br/>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like it would make sense to put this above "You can use the same shortcut to edit other things as well", since this is more related to the CSS example than to the other cases. Also, I don't think we need to explain that it works without the preprocessor running. So, maybe we could move it to the end of the first paragraph above - i.e., after "If you hit ESC outside of a quick inline editor, they'll all collapse", you could add "Quick Edit will also find rules defined in LESS and SCSS files, including nested rules."

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