In Google Web Designer when we draw objects, the corresponding CSS classes are generated inside the same HTML file. Is there a way that we can specify to generate those in a different CSS file?
For example, when I draw circle in the index.html file I want to generate css classes in main.css file. That way, I can keep my code clean. Otherwise it is a lot of junk in same file.