ezcontent-8.x-dev/modules/ezcontent_paragraphs/modules/ezcontent_card/ezcontent_card.module
modules/ezcontent_paragraphs/modules/ezcontent_card/ezcontent_card.module
<?php
/**
* @file
* Module file for ezcontent_demo.
*/
/**
* Implements hook_preprocess_HOOK().
*/
function ezcontent_card_preprocess_paragraph__card(&$variables) {
$variables['#attached']['library'][] = 'ezcontent_card/ezcontent_card_css';
}
