1 drupal.inc | drupal_load_stylesheet_content($contents, $optimize = FALSE) |
Processes the contents of a stylesheet for aggregation.
Deprecated
since 1.0.0
See also
backdrop_load_stylesheet_content()
Related topics
File
- core/
includes/ drupal.inc, line 889 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_load_stylesheet_content($contents, $optimize = FALSE) {
return backdrop_load_stylesheet_content($contents, $optimize);
}