Hello everyone, I created a new scss file called _responsiveness.scss and imported it in main.scss as well as the others. My problem is, the _pages.scss overrides the settings from this new file which has the media queries in it. It seems responsiveness.scss is called first. So I need to know how can I switch the orders of these files? So that responsiveness.scss file will be called last?
Thanks in advance…