Is there anything that gives you the path to CSS?

Asked

Viewed 92 times

6

I need something to make me reference the path of CSS faster, like a feature in Google Inspect, because it’s hard to keep finding the sequences of hundreds of divs inside divs.

Like something that gives me the way set example:

#look .love .system .armazen form .castel input {  display: block;}

Get the path ready to just copy and paste to access.

  • 1

    What do you mean? I don’t understand

  • Right click on the widget > Inspect Elemento.

  • Try to edit your question and explain better what you need.

  • 1

    Do you have a good reason to want to use these "full paths"? In general, the simpler the css selector, the better.

  • The question is clear yes, what he wants is to know if there is a way to copy the entire hierarchy of some element in a quick way, and there are yes, there are extensions to google Chrome that does this. or you can also open your inspect element, right-click on the desired element and follow > Copy > Copy selector. As the bfavarretto quoted, it is not very performative, if possible do not use all the way, just the necessary. If possible, reopen the question I put the answer explaining everything straight to him. Thank you.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.