I have the following theme layout:
resetTheme -> baseTheme -> projectTheme
My shop has the "projectTheme" set as theme.
The reset theme deletes not needed elements, the base theme inherits the reset theme and moves or creates elements whilst the project theme, inheriting the base theme, applies css and such.
I can set a css inclusion in default_head_blocks.xml in either the reset theme or the base theme. But using the same code in the same folder structure in the "projectTheme" does not work at all.
Is that expected behavior or what could be causing this?