Skip to content

Commit

Permalink
ENGCOM-8684: Fix some nested extends have been ignored at output #31793
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldagama authored Jan 29, 2021
2 parents 2f3ac24 + 25b64b1 commit ed27357
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
& when (@media-common = true) {
.fotorama-video-container {
&:after {
background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
bottom: 0;
content: '';
height: 100px;
Expand Down Expand Up @@ -40,7 +40,7 @@
}

.video-thumb-icon:after {
background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
bottom: 0;
content: '';
height: 40px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// */

@import '_variables.less';
@import (reference) '_extends.less';
@import '_extends.less';
@import '_typography.less';
@import '_layout.less';
@import '_tables.less';
Expand Down
1 change: 0 additions & 1 deletion app/design/frontend/Magento/blank/web/css/styles-l.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// ---------------------------------------------

@import '_styles.less';
@import (reference) 'source/_extends.less';

//
// Magento Import instructions
Expand Down
1 change: 0 additions & 1 deletion app/design/frontend/Magento/blank/web/css/styles-m.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

@import 'source/_reset.less';
@import '_styles.less';
@import (reference) 'source/_extends.less';

//
// Magento Import instructions
Expand Down

0 comments on commit ed27357

Please sign in to comment.