Skip to content

Commit 552a034

Browse files
committed
Fix some nested extends have been ignored at output
update files update + rebased
1 parent cd857f9 commit 552a034

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

app/design/frontend/Magento/blank/Magento_ProductVideo/web/css/source/_module.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
& when (@media-common = true) {
1111
.fotorama-video-container {
1212
&:after {
13-
background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
13+
background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
1414
bottom: 0;
1515
content: '';
1616
height: 100px;
@@ -40,7 +40,7 @@
4040
}
4141

4242
.video-thumb-icon:after {
43-
background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
43+
background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
4444
bottom: 0;
4545
content: '';
4646
height: 40px;

app/design/frontend/Magento/blank/web/css/source/_sources.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// */
55

66
@import '_variables.less';
7-
@import (reference) '_extends.less';
7+
@import '_extends.less';
88
@import '_typography.less';
99
@import '_layout.less';
1010
@import '_tables.less';

app/design/frontend/Magento/blank/web/css/styles-l.less

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// ---------------------------------------------
1515

1616
@import '_styles.less';
17-
@import (reference) 'source/_extends.less';
1817

1918
//
2019
// Magento Import instructions

app/design/frontend/Magento/blank/web/css/styles-m.less

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
@import 'source/_reset.less';
1717
@import '_styles.less';
18-
@import (reference) 'source/_extends.less';
1918

2019
//
2120
// Magento Import instructions

0 commit comments

Comments
 (0)