diff --git a/core/modules/outside_in/outside_in.libraries.yml b/core/modules/outside_in/outside_in.libraries.yml index 2567296..fde225b 100644 --- a/core/modules/outside_in/outside_in.libraries.yml +++ b/core/modules/outside_in/outside_in.libraries.yml @@ -3,17 +3,19 @@ drupal.outside_in: js: js/outside_in.js: {} css: - - css/outside_in.module.css: {} - - css/outside_in.form.css: {} - - css/outside_in.table.css: {} - - css/outside_in.details.css: {} - - css/outside_in.tabledrag.css: {} - - css/outside_in.motion.css: {} - - css/outside_in.messages.css: {} - # @todo Set the group higher than CSS_AGGREGATE_THEME so that it overrides - # both jQuery UI and Classy's dialog.css, remove in - # https://www.drupal.org/node/1945262. - - css/outside_in.theme.css: { group: 200 } + component: + css/outside_in.module.css: {} + css/outside_in.form.css: {} + css/outside_in.table.css: {} + css/outside_in.details.css: {} + css/outside_in.tabledrag.css: {} + css/outside_in.motion.css: {} + css/outside_in.messages.css: {} + theme: + # @todo Set the group higher than CSS_AGGREGATE_THEME so that it overrides + # both jQuery UI and Classy's dialog.css, remove in + # https://www.drupal.org/node/1945262. + css/outside_in.theme.css: { group: 200 } dependencies: - core/jquery - core/drupal