V1 or V2 shared-theme-assets?

Hi, I am using the Solo theme. The CSS seems to be importing v1 of shared assets.

@import "@tryghost/shared-theme-assets/assets/css/v1/screen.css";

Can someone explain to me what is the difference between v1 and v2?
IE.
/shared-theme-assets/assets/css/v1/screen.css
/shared-theme-assets/assets/css/v2/screen.css

And should I be updating my theme to v2?

Leave it on v1 because that’s the stylesheet the theme uses :slight_smile: The way the official themes are set up is that they’re all built from a central repo with shared resources to make management easier but not all themes will use the same shared resources.

1 Like