Include content-type-specific library attachment to bluecheese_preprocess_node()
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3533772. -->
Reported by: [drumm](https://www.drupal.org/user/3064)
Related to !174
>>>
<p>I was looking at changing the contribution record template, which is custom in the contribution_records module, I was not expecting another custom override in bluecheese. We should avoid custom code overriding custom code.</p>
<p>Content-type-specific CSS is good in bluecheese. This MR moves the attachment to <code>bluecheese_preprocess_node()</code> so there is not a blocker to removing <code>node--contribution-record--full.html.twig</code> and getting the customizations into the contribution_records version of the template.</p>
issue