Is there a tool or a simple PHP or Jquery solution to export all id's and Classes into a blank css Sheet?

css, export, html, jquery, php

Solution

Primer

...undercoats your CSS by pulling out all of your classes and id's and placing them into a starter stylesheet. Paste your HTML in to get started.

http://primercss.com

Bear CSS

...is a handy little tool for web designers. It generates a CSS template containing all the HTML elements, classes & IDs defined in your markup.

http://bearcss.com/

Problem

I swear I came across a tool that did this like a year ago and I cannot find it. I have searched and searched, especially here on stack, but nothing seems quite right. Reason for this is to to create alternate style sheets for existing sites without having to empty out an existing style sheet etc. Thanks for any assistance!

Original source