我试图这样做
@import "compass/css3";
.example {
@include display-box;
}
基本上只需使用compass/css3
中的mixin http://compass-style.org/reference/compass/css3/box/
然而它给了我这个错误Syntax error: Undefined mixin 'display-box'
我的指南针版本为Compass 1.0.0.rc.1 (Polaris)
我做错了什么?感谢