Skip to content

Commit 28e856d

Browse files
ENGCOM-2602: Fix minor css issues #17228
- Merge Pull Request #17228 from arnoudhgz/magento2:fix/fix-minor-css-issues - Merged commits: 1. 99f311c 2. 7be9f2e
2 parents 137fcbf + 7be9f2e commit 28e856d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Url/_files/sourceImport.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5-
body {background: url(body.gif);}
65
@import url(../recursive.css);
7-
p {background: url(1.gif?param);}
86
@import url("deep/recursive.css");
7+
body {background: url(body.gif);}
8+
p {background: url(1.gif?param);}
99
h1 {background: url('../h1.gif#param');} h2 {background: url(../images/h2.gif?test);}

lib/web/css/docs/docs.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)