getLibraryByName('theme_overrides', 'global'); $path = $library['css'][0]['data']; if (isset($css[$path])) { $css[$path]['group'] = 300; } } function theme_overrides_page_attachments(&$variables) { $variables['#attached']['library'][] = 'theme_overrides/global'; }