So in the app.js file, I've imported an style.css file that contains lots of site-wide styling options. But, in a different page(about page) parallax scrolling (using react-spring) doesn't work. So my question is, can I somehow overwrite app.js styling in aboutpage.js page?
Thank you all!
I removed the style.css from app.js and aboutpage.js worked correctly.