Load specific css in specific page

Hey guys, I am trying to minimize my main.css file size. I am trying to separate all of my CSS to different files - that way I could make the browser download smaller CSS files in different places instead of downloading the whole main.css file every page.
Is there a good Sage way to do it?
I know I can make many CSS files and load them according to the page slug in the fuctions.php file but I want to use the Sage way if there is one.

This topic was automatically closed after 42 days. New replies are no longer allowed.