Skip to content

Commit d64d74b

Browse files
author
Natalia Momotenko
committed
MAGETWO-32947: "css/print.css" file isn't found on Frontend pages
1 parent a761e78 commit d64d74b

File tree

1 file changed

+8
-1
lines changed
  • app/design/frontend/Magento/blank/web/css

1 file changed

+8
-1
lines changed

app/design/frontend/Magento/blank/web/css/print.less

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
* See COPYING.txt for license details.
44
*/
55

6+
// Import vars
7+
@import "source/lib/lib.less"; // Import all lib files
8+
@import "source/theme.less"; // import theme styles
9+
10+
@baseDir: "../"; //default
11+
612
// Magento/blank
713
.page-print {
814
.logo {
@@ -12,7 +18,8 @@
1218
}
1319
}
1420
@media print {
15-
*{background: transparent !important;
21+
* {
22+
background: transparent !important;
1623
color: black !important;
1724
text-shadow: none !important;
1825
-webkit-filter: none !important; // Use in 41 Chrome

0 commit comments

Comments
 (0)