Skip to content

Commit 5528b9f

Browse files
authored
test(e2e): reduce image assets (#2120)
1 parent 4a1a2b4 commit 5528b9f

File tree

81 files changed

+88
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+88
-188
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

e2e/cases/css/resolve-alias/src/a.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.the-a-class {
22
color: red;
3-
background-image: url('@common/icon.png?url');
3+
background-image: url('@assets/icon.png?url');
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.the-b-class {
22
color: blue;
3-
background-image: url('@common/icon.png?url');
3+
background-image: url('@assets/icon.png?url');
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.the-c-class {
22
color: yellow;
3-
background-image: url('@common/icon.png?url');
3+
background-image: url('@assets/icon.png?url');
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.bar {
22
color: blue;
3-
background-image: url('./images/icon.png?url');
3+
background-image: url('@assets/icon.png?url');
44
}

0 commit comments

Comments
 (0)