0
使用Compass 1.0.0時,當我嘗試在單獨的scss文件中使用translate
mixin時,在使用Grunt Compass時我不斷收到下面的錯誤。Compass/Grunt轉換Mixin錯誤
錯誤庫/ sass/main.scss(第391行/Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.rc.1/stylesheets/compass/css3/_transform.scss :密新改造需要1個說法,但都過去了2)
我有我的文件分割成這樣:
|_ all.scss
|_ partials/
_footer.scss
在all.scss
@import "compass";
@import "partials/footer";
在諧音/ footer.scss:
div {
@include translate(-50%, -50%);
}
由於某些原因,我無法使用mix。有任何想法嗎?
也許這是sass或指南針版本的問題。我已經在sassmeister中試過了,它可以工作。 – 2014-08-27 21:26:48