When i rightclick in Chrome dev tools on an element and try to copy the css path of something i get something like this:
body > div > div > div > div > div.span3 > aside > div:nth-child(1)
For (re)writing CSS this would be very usefull if it would only show the class or id names instead of the DOM element or the # of the child element.
Does anyone know of a plugin or something which gives you more control over this feature?