1 drupal.inc | drupal_group_css($css) |
Grouping callback: Groups CSS items by their types, media, and browsers.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 839 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_group_css($css) {
return backdrop_group_css($css);
}