Loading CSS Stylesheets into HTML Snippet

Loading CSS Stylesheets into HTML Snippet

Combining html/css into a single snippet can grow quite large for a UI that has a lot of functionality/styling. 

To keep things tidy, are we able to pull files into an html snippet using a <link> tag?

If so, what are some best practices?