Most HTML coders have complained many times across the years about how over-complicated and tedious coding HTML & CSS templates can be.
extractCSS comes to help reduce some of the time spent on these boring tasks by allowing the developer to write all his HTML at once and then extract all the CSS classes and IDs he has used inside his HTML code.
These CSS classes and IDs are outputted with opening and ending brackets, so designers can start adding the CSS properties right away and not waste any time with stylesheet formatting.
extractCSS' interface is simple. In the left panel the developer can copy&paste his HTML code, in the right panel he can view the extracted CSS.
An additional options panel allows the developer some control over how the outputted CSS looks.
extractCSS should definitely be every HTML coder's scripts catalog.
Requirements:
- JavaScript enabled on client side
Comments not found