You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
It is important to remember that your <code>_theme.less</code> overrides the parent <code>_theme.less</code>.
62
60
63
-
<li>Copy all variables you need from the parent <code>_theme.less</code>, including those which will not be changed. For example if your theme inherits from Blank, the <code>_theme.less</code> you should copy from is located at <code>app/design/frontend/Magento/balnk/web/css/source/_theme.less</code></li>
61
+
<li>Copy all variables you need from the parent <code>_theme.less</code>, including those which will not be changed. For example if your theme inherits from Blank, the <code>_theme.less</code> you should copy from is located at <code><Magento_Blank_theme_dir>/web/css/source/_theme.less</code></li>
64
62
<li>Make the necessary changes.</li>
65
63
</ol>
66
64
@@ -76,13 +74,12 @@ To make your changes easier to read and support, structure them by adding a sepa
76
74
<li>Add <code>_buttons_extend.less</code> and <code>_extend.less</code> here. The path to the files looks like following:
0 commit comments