【发布时间】:2023-03-06 18:32:01
【问题描述】:
我正在尝试使用官方语义 UI 流星包。我按照所有步骤生成文件夹,但出现此错误:
While building the application:
client\lib\semantic-ui\theme.import.less:23:10: Less compiler error:
expected ')' got 'o'
我检查了文件和它的这一行:
@import (optional) "@{themesFolder}/@{site}/globals/site.variables";
我不确定是什么问题,但我认为与(可选)有关。
我该如何解决这个问题?
【问题讨论】:
标签: meteor semantic-ui