- Issue created by @DamienMcKenna
- 🇬🇧United Kingdom catch
🐛 SDC CSS definition render order Active predates the changes in 10.4/11.1 but the fix might end up being similar.
In 11.1/10.4 the asset library loading logic was modified to be more stringent based upon the library's dependencies. This excluded the implicit dependency expectation when using a subtheme.
Create a subtheme of a core theme.
Add a CSS library that is loaded by the subtheme.
Expected behavior:
* The new CSS file is loaded after the parent theme's CSS files.
Actual behavior:
* The new CSS file will not necessarily be loaded after the parent theme's CSS files.
The library ordering logic take into consideration subtheme hierarchy to place subtheme's libraries after the parent theme's.
Active
11.0 🔥
asset library system
🐛 SDC CSS definition render order Active predates the changes in 10.4/11.1 but the fix might end up being similar.