You are here

function yamlform_css_alter in YAML Form 8

Implements hook_css_alter().

See also

\Drupal\yamlform\YamlFormSubmissionForm::form

File

./yamlform.module, line 285
Enables the creation of forms and questionnaires.

Code

function yamlform_css_alter(&$css, AttachedAssetsInterface $assets) {
  _yamlform_asset_alter($css, $assets, 'css', 'css');
}