我正在尝试使用flexbox前缀。使用指南针核心盒mixin时,用
@include display-box;`
或任何其他框混合,它给出:
Undefined mixin 'display-box'
然而,如果我这样做
@include opacity (1);
@include border-radius;
没有编译错误。
指南针版本:
compass (1.0.0.alpha.19, 0.12.6)
compass-core (1.0.0.alpha.19)
compass-import-once (1.0.4)
我错过了什么?
答案 0 :(得分:1)
同样在这里。看了compass-1.0.0.alpha.21
代码后,我注意到行@warn "The compass/css3/box module is DEPRECATED and will be removed in the next release. Please use compass/css3/flexbox instead.";
,然后我想知道为什么盒子模块仍然在官方文档中列出。底线:Compass网站上的默认文档资源仅涵盖过时的发行版本0.12.2,而我们一直在使用最新的(尚未发布的)开发版本1.x.还有另一个doc版本:http://beta.compass-style.org/reference/compass/。 (注意" beta"子域名!)