如何在magento2

时间:2016-08-17 05:26:22

标签: magento2

使用php bin / magento setup进行源代码错误编译:static-content:在magento 2.0.7中安装后部署:

前端/ Magento的/空白/ EN_US / TemplateMonster_Megamenu /字体/字体真棒-4.5.0 /升 ESS / animated.less 变量@ fa-css-prefix在文件C中未定义:/xampp/htdocs/projectname/var/view_preprocessed/css/frontend/Magento/blank/en_US/TemplateMonster_Megamenu/fonts/font-awesome-4.5.0/less/animated。在第4行,第2列

中没有动画

2 | // --------------------------

3 |

4 | 。@ {fa-css-prefix} -spin {

5 | -webkit-animation:fa-spin 2s无限线性;

6 |动画:fa-spin 2s无限线性;

  

| }

我不明白在magento2 .less文件中定义变量@ fa-css-prefix的位置和方法

请提前帮助和谢谢。

1 个答案:

答案 0 :(得分:0)

Magento LESS 变量文件已由 Magento 提供。按照以下路径:

您的 MagentoSetup\vendor\magento\theme-frontend-luma\web\css\source_variables.less

此后您可以复制或直接创建自定义主题网页文件夹,例如以下路径:

您的 MagentoSetup\vendor\magento\theme-frontend-luma\web\css\source_variables.less

现在粘贴这个文件。

您还可以创建一个新变量,例如,

// Spacing
@section_horiontal_pad: 40px;
@section-vertical-pad: 60px;