lib-overrides.css

Same filename in this branch
  1. 11.x core/modules/sdc/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.css
Same filename in other branches
  1. 10 core/modules/sdc/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.css
  2. 10 core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.css
/* The linter does not allow empty CSS. Let's add anything here. */
div {
  display: block;
}

File

core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.css

View source
  1. /* The linter does not allow empty CSS. Let's add anything here. */
  2. div {
  3. display: block;
  4. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.