2015-05-08 191 views
0

錯誤:咕嚕autoprefixer錯誤

Running "autoprefixer:dist" (autoprefixer) task 
File .tmp/styles/documentation.css created. 
Warning: Can't parse CSS: Missing property value at line 66:21 in .tmp/styles/main.css Use --force to continue. 

線66點,下面的代碼:

來源:

span { 
    @extent .md-body-1; 
} 

p { 
    @extent .md-body-1; 
} 

我不能程度標籤在scss?或者是一個autoprefixer問題?

+0

這是正確的,你不能在'@薩斯因extent'沒有'@ extent'。仔細檢查你的拼寫。投票結束:印刷錯誤。 – cimmanon

回答

0

你需要使用@extend@extent

+0

謝謝。我的錯。我會將其留給其他noobies:http://www.sitepoint.com/sass-extend-nobody-told-you/ –