A list of specific stylesheet suffixes we allow.
These stylesheets contain browser specific styles so this sniff ignore them files in the form: *_moz.css and *_ie7.css etc.
Type: array
protected $specificStylesheets = [ 'moz' => true, 'ie' => true, 'ie7' => true, 'ie8' => true, 'webkit' => true, ];