Hey Guys,
This is my first post here, so forgive me if I am not upfront with anything.
I have a Gatsby site that is being deployed via netlify.
Been running into a very random bug that I have searched the dark reaches of the internet but cannot find the fix for.
Intermediately, the site styles on my website break completely. Upon inspecting, I see my global.css file isn’t being applied. Upon a refresh, this issue goes away.
Site is accessible by this link: https://ellicottrealty.netlify.app/
Upon looking online, I see that I should define the css export in my Gatsby-browser.js file.
I have done so explicitly by writing the following:
const React = require(“react”)
// gatsby-browser.js
import “./src/global.css”
However this is still happening in my app.
Screenshot attached for reference. Any help would be very helpful!
Thanks Guys!