Hi,
I’m working on a Gatsby site that uses gatsby-plugin-sass
with the globImporter()
option. The issue is that the Netlify CMS preview doesn’t load any styles. I’ve read about adding styles to the CMS but this implies using a global styles CSS file, which I don’t seem to have.
Has anyone done this and successfully applied styles to the CMS previews?
Thank you in advance.