Web Dev Program Tips

Jehdi Aizon
Dec 17, 2020

πŸ€”πŸ€”πŸ€”

Finding and editing style

We’ve all had those times where we want to inspect a specific element in the code using development inspector mode.

To work faster pick where you want to edit using debug mode (F12).

Then under the style panel, find the style you want to change. Look at the top right and look at the line.

In VSCode, press CTRL/CMD + G, then enter the line where that style is to teleport to it.

--

--