【问题标题】:Why is Sencha Cmd not compiling my custom sass files为什么 Sencha Cmd 不编译我的自定义 sass 文件
【发布时间】:2014-03-13 01:21:56
【问题描述】:

更新 - 当我把文件放在这里时,它可以工作,scss 文件被编译成一个 css 文件。

\workspace\packages\amc-custom-theme\sass\etc\extra.scss

但 index.html 中没有添加引用新 css 文件的行。我该如何做到这一点?

我开始使用 Sencha Cmd。我在这里放了一个自定义的 sass 文件:

\workspace\extApps\MyApp\sass\etc\extra.scss

但它没有被编译到 AMC-all.css 文件中。

现在这是 scss 文件的内容:

@import 'compass';

.actionColumnIcon {
    margin-right: 10px;
    cursor: pointer;
}

这只是一个测试。但我需要它继续工作。

【问题讨论】:

    标签: extjs sass sencha-cmd


    【解决方案1】:

    尝试sass/all.scss 而不是sass/extra.scss

    【讨论】:

    • 但是为什么不选择所有的scss呢?
    猜你喜欢
    • 2022-07-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-09-30
    • 2015-11-30
    • 1970-01-01
    相关资源
    最近更新 更多