SDC CSS Relocator
This module helps fix the order in which stylesheets for Single Directory Components are loaded, preventing unexpected style overrides. It ensures these component stylesheets are correctly placed in the theme's aggregate group, especially when CSS aggregation is enabled.
This is a utility module that assists with stylesheets for Single Directory Components. At this time, style libraries that have been added via Single Directory Components are being output in the wrong order (see #3374901: SDC stylesheets should be added in the "theme" aggregate group (as opposed to "default" group) to correct CSS source order), which causes issues with styles being overridden unexpectedly. This is particularly true with aggregation enabled. This module finds the component libraries and reassigns them to the THEME_AGGREGATE group.