I’m looking at one sample code with 8.1 which has this in the blank app:
<link rel=“stylesheet” type=“text/css” href="<?php echo sc_url_library(‘prj’, ‘bootstrap-3.3.2-dist’, ‘css/style1.css’); ?>"
What advantage does this offer over referencing the CSS file directly?