currently sacy mashes all the css files together regardless of the media type that was specified in the original <link>-tag and emits a <link>-tag without any media type associated with it.
sacy should keep track of the media type and emit <link>-tags depending on the media type of the source link.
currently sacy mashes all the css files together regardless of the media type that was specified in the original
<link>
-tag and emits a<link>
-tag without any media type associated with it.sacy should keep track of the media type and emit
<link>
-tags depending on the media type of the source link.