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 9bc7d7b commit baa3c73Copy full SHA for baa3c73
app/design/frontend/Magento/blank/web/css/print.less
@@ -3,7 +3,10 @@
3
* See COPYING.txt for license details.
4
*/
5
6
-//@codingStandardsIgnoreStart
+/**
7
+ * @codingStandardsIgnoreStart
8
+ */
9
+
10
@import 'source/lib/_lib.less'; // Global lib
11
@import 'source/_theme.less'; // Theme overrides
12
@import 'source/_variables.less'; // Local theme variables
@@ -137,4 +140,4 @@
137
140
display: none !important;
138
141
}
139
142
-//@codingStandardsIgnoreEnd
143
+// @codingStandardsIgnoreEnd
0 commit comments