如何让Sass与Phalcon合作?

时间:2016-11-16 14:34:07

标签: css sass phalcon

我正在尝试将Sass与Phalcon一起使用,迄今为止没有成功。我跟着关于Sass的Derek Banas教程,但Sass仍然不会编译(我认为)。

这是我的Phalcon项目中的Sass“项目”:enter image description here

您可以在此处查看正在加载到我浏览器中的文件:enter image description here

index.scss我正在尝试修改的文件。

最后我的index.scss代码:

@import "compass";
@import "partials/variables";
@import "partials/normalize";

*{
    background-color: $dark_orange !important;
}

当我尝试使用纯CSS时,它运行正常。这就是我尝试过的:

@import "compass";
@import "partials/variables";
@import "partials/normalize";

*{
    background-color: orange !important;
}

我也在使用bootstrap和John Albin's normalize CSS

我不知道为什么它不起作用所以任何帮助都会非常感激。

1 个答案:

答案 0 :(得分:1)

我包括$('#btnTakeOwnership').click(function (e) { if (e.target) { e.preventDefault(); } return false; }); 而不是sass/index.scss。它现在有效!