You are here

url_test_same_dir.css in Advanced CSS/JS Aggregation 8.3

Same filename and directory in other branches
  1. 8.4 tests/src/Kernel/Asset/css_test_files/url_test_same_dir.css
.icon-foo {
    background-image: url("icon-foo.svg");
}

File

tests/src/Kernel/Asset/css_test_files/url_test_same_dir.css
View source
  1. .icon-foo {
  2. background-image: url("icon-foo.svg");
  3. }