Concept Flow - Links function for stylesheets
Define links() function
Return array of link objects
Remix reads links() output
Inject <link> tags in HTML <head>
Browser loads stylesheets
Styles apply to page
The links() function returns stylesheet info. Remix uses it to add <link> tags in the page head so styles load and apply.