Auto Generating Stylesheets

Das werde ich mal testen: A jQuery Tool That Generates External Stylesheets From Your HTML Structure

I set out to write some javascript that would parse my HTML, look for any elements with and ID or class name. The code also pulls out the inline styles and sorts them by property name. Finally, it also builds unordered list’s CSS because whenever I have a unordered list within my template, it almost always needs further styling (think, navbar, footer etc.)

Possibly related posts (automatically generated)