import3.css

Same filename in other branches
  1. 10 core/tests/Drupal/Tests/Core/Asset/css_test_files/import3.css
div {
  clip-path: url('#clip-cloud');
}
div {
  clip-path: url('/abc/#clip-cloud');
}

File

core/tests/Drupal/Tests/Core/Asset/css_test_files/import3.css

View source
  1. div {
  2. clip-path: url('#clip-cloud');
  3. }
  4. div {
  5. clip-path: url('/abc/#clip-cloud');
  6. }

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