By dcam on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.3.x
Introduced in version:
11.3.0
Issue links:
Description:
Various CSS files previously included in the system/base library have been split into smaller asset libraries and are now conditionally loaded with the elements or templates that require them.
Themes or modules relying on CSS specified in those libraries may need to include the new library in #attached.
Themes that were overriding the files may need to adjust to override the new libraries.
See https://www.drupal.org/node/3432346 for examples of the changes needed.
Libraries moved in 11.3.0:
Impacts:
Module developers
Themers