Styling of plasmic-tabs in codegen

Hi, I’m using the plasmic-tabs package tabs in my project and they appear styled correctly in studio, but when I publish with codegen they are not styled correctly.
I did have a similar issue with the carousel which was fixed by adding css imports but if this is the issue I don’t know how I would figure out what imports I need?

This is what it looks like in studio:

And this is what it looks like in the codegen published site:
image

Ok, I’ve found out why this was happening. The Plasmic tabs project seems to import it’s own version of the Button component so that’s what it was showing in Plasmic Studio, but when I published to codegen it was using the Button component from my project.