4

I'm in the process of writing comments in a style sheet so I'm going through the style sheet line by line so for instance I have a style called #main , I'm searching for this in the tools using the the search facility but this only searches in the current page not all pages , is there a way i can search the whole site for all instances..

Or is there some other tool i can use to do this ?

Ledgemonkey
  • 7,223
  • 12
  • 36
  • 56
  • See my answer in this post: http://stackoverflow.com/questions/16066809/find-where-element-is-selected-in-source – Scott Puleo Apr 18 '13 at 16:31

1 Answers1

6

Find in all Sources

CTRL-SHIFT-F on Windows and CMD-OPT-F on Mac. link

A few resources for leveling up your Chrome Dev Tools game:

  • Addy Osmani on google plus. link
  • The Breakpoint GoogleDevelopers Videos link
  • Chrome Canary - Get a jump on chromes new features link
Scott Puleo
  • 3,684
  • 24
  • 23