Skip to content

Styling on Mobile in build is lost #20

Description

@joebentaylor

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions