TylerBarnes / gatsby-plugin-transition-link

A link component for page transitions in gatsby
537 stars 71 forks source link

Styles applied incorrectly when changing pages #220

Closed guerra08 closed 4 years ago

guerra08 commented 4 years ago

Issue: While using AniLink, when I navigate to another page using the link, the animation is displayed correctly, but the styles are not being properly applied on the next page. I'm using a global .css file for my project.

Also, when I change to another page by typing it's route, the styles are correctly applied.

Repo: https://github.com/guerra08/gatsby-bootstrap

Is there a configuration required for global styles?

Thanks!

guerra08 commented 4 years ago

Problem has been resolved after some changes made in the CSS.