We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8607f99 commit 9bc7d7bCopy full SHA for 9bc7d7b
app/design/frontend/Magento/blank/web/css/print.less
@@ -3,6 +3,7 @@
3
* See COPYING.txt for license details.
4
*/
5
6
+//@codingStandardsIgnoreStart
7
@import 'source/lib/_lib.less'; // Global lib
8
@import 'source/_theme.less'; // Theme overrides
9
@import 'source/_variables.less'; // Local theme variables
@@ -27,7 +28,6 @@
27
28
text-shadow: none !important;
29
}
30
- // Black prints faster:h5bp.com/s
31
a,
32
a:visited {
33
text-decoration: underline !important;
@@ -137,3 +137,4 @@
137
display: none !important;
138
139
140
+//@codingStandardsIgnoreEnd
0 commit comments