2

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.

Jeremy
  • 1
  • 85
  • 340
  • 366

2 Answers2

2

This is not currently possible in GWD. Styles will always be generated directly in the HTML document; there's no option to use an external stylesheet instead.

Disclosure: I am an engineer on the Google Web Designer team.

Jeremy
  • 1
  • 85
  • 340
  • 366
0

Yes it is possible to separate those files after publish the creative (code trans-pilling)

enter image description here

Lucas Matos
  • 2,531
  • 2
  • 15
  • 17