ljenn3451 → created an issue.
As miiimooo predicted, this broke several of our sites that had multiple custom subthemes. Per Replace custom weights with dependencies in library declarations; introduce "before" and "after" for conditional ordering 📌 Replace custom weights with dependencies in library declarations; introduce "before" and "after" for conditional ordering Needs work , I added weight to the libraries of my custom themes and it fixed the obvious issues, but we are continuing to monitor for other issues.
example fix in subtheme.libraries.yml:
global-styling:
css:
theme:
css/style.css: { weight: 10 }
As miiimooo predicted, this broke several of our sites that had multiple custom subthemes. Per Replace custom weights with dependencies in library declarations; introduce "before" and "after" for conditional ordering 📌 Replace custom weights with dependencies in library declarations; introduce "before" and "after" for conditional ordering Needs work , I added weight to the libraries of my custom themes and it fixed the obvious issues, but we are continuing to monitor for other issues.
example fix in subtheme.libraries.yml:
global-styling:
css:
theme:
css/style.css: { weight: 10 }
As @miiimooo predicted, this broke several of our sites that had multiple custom subthemes. Per https://www.drupal.org/project/drupal/issues/1945262 📌 Replace custom weights with dependencies in library declarations; introduce "before" and "after" for conditional ordering Needs work , I added weight to the libraries of my custom themes and it fixed the obvious issues, but we are continuing to monitor for other issues.
example fix in subtheme.libraries.yml:
global-styling:
css:
theme:
css/style.css: { weight: 10 }