I have installed the UnusedCssFinder-Sublime package.
The instructions - https://packagecontrol.io/packages/UnusedCssFinder - says:
Extern CSS : Open any *.css file and press ctrl + u + f to find css declarations without any occurence in the current project. If no project is active, the search takes place at the css file location.
I’m not using projects. I simply have 30 .html files and 1 .css file, all in the same folder. I’m using a Mac. ctrl + u + f doesn’t seem to do anything. But cmd + u + f highlights all my CSS classes even though I know most of them are used.
How do I get UnusedCssFinder to examine my .html files? I thought having the .html files in the same folder as my .css means it is in the same location?
Thanks