one big drawback I'm seeing is binding styles directly to DOM elements (it will appear as style attribute).
this definitely has memory (many non-shared styles) and performance implications (may cause many reflows because you are setting styles individually) and it may interfere with existing code
I would expect this tool to generate real CSS stylesheet code and embed it into page dynamically