css.handler

Set your own handler for the css() helper function

Example

c::set('css.handler', function($href, $media = null) {
  // your own handler of css links
});