【发布时间】:2012-04-04 06:11:31
【问题描述】:
我目前正在使用 Mindscape Web Workbench 从 sass 创建 css。我正在使用导入所有其他文件的整体 site.scss 文件。
/*** Infrastructure ***************************************/
/**********************************************************/
@import "../../Infrastructure/_Common";
@import "../../Layouts/Layout1/_Layout";
/*** Theming **********************************************/
/**********************************************************/
@import "_Theme";
我在 _Common 中定义的 Mixin 在 _Theme 中是未知的。当 site.css 被编译时,它一切正常,但 Mindscape Web Workbench 的智能感知认为 mixins 是未定义的。插件有没有办法知道这些 mixin 已定义?
【问题讨论】: