Renders CSS assets.
For production websites, LINK tags are preferable to STYLE tags with @import statements, because:
They are the standard tag intended for linking to a resource. On Firefox 2 and perhaps other browsers, CSS files included with @import statements don't get saved when saving the complete web page for offline use: https://www.drupal.org/node/145218. On IE, if only LINK tags and no @import statements are used, all the CSS files are downloaded in parallel, resulting in faster page