Skip to content

Commit 7be9f2e

Browse files
committed
Fixed some minor css issue
**lib/internal/Magento/Framework/View/Test/Unit/Url/_files/sourceImport.css:** + `@import` statements should be at the top **lib/web/css/docs/docs.css:** + Use `green` instead of `#green`
1 parent 99f311c commit 7be9f2e

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)