Generate CSS files instead of <style>.

Hello. New to Plasmic. So far the tool is amazing. I’m practicing fetching components from my project but when I view the generated HTML, even for a single component, the file is very large with a bunch of styles that aren’t used. Is there a way to extract these styles into CSS files instead of putting styles in a tag for every component I fetch?

This is a simple “Hello World” paragraph that takes up 600 lines when downloaded from my Plasmic project.

It looks like at the bottom of the file the actual styles pertaining to my basic paragraph element are there (circled in red). The others must be defaults. Again, would be nice for the REST API to put global default styles in a separate CSS file for all components to use.

Hi @charismatic_ant, thanks for reporting this, we’ll take a look