Hi,
I work on a plugin that uses codegen to generate css code in dev mode. All the devs on the team noticed that suddenly the syntax around variables changed significantly, so I suspect yesterday’s update.
I am quite perplexed at what needs to be handled differently now as the plugin just calls codegen.on() and then uses node.getCSSAsync() to return all the CSS data from the current selection (we format it after the fact for our use case).
Since the update this is the CSS syntax we get:
Seems like every time a node uses a variable that exists in the project we get this corrupted unfinished comment block.
I need a workaround pretty urgently, so if there’s a flag to turn the comments off would be super helpful! Or any sort of other setting that will at least provide me with valid CSS syntax!
Best,
Lachezar