Styling on Mobile in build is lost
For some reason when i deploy my site to Netlify or with a new fresh build (Using Gatsby), the sections where I have used the plugin on mobile have no styles. The content stays, yet the styling doesnt.
Heres what it should look like (From dev) https://ibb.co/g7NM1SS
Here's what it looking like in build https://ibb.co/kccX19S
What can be causing this?
This is my code:
<Column key={index} small={12} large={4} mpad>
<Breakpoint medium down>
<Card icon={icon} heading={heading} excerpt={excerpt} />
</Breakpoint>
<Breakpoint large up>
<Parallax y={[para, -para]}>
<Card icon={icon} heading={heading} excerpt={excerpt} />
</Parallax>
</Breakpoint>
</Column>
It also seems to ignore the div component that card is
same, any solutions for that?
same, react-socks v. 1.0.1, will an update help?
react-socks v. 2.1.0 also not working in gatsby build
same problem with Gatsby build. development mood seems fine but lost everything on build time.