私は twitter-bootstrap-rails gem を使用しており、bootstrap_and_overrides.css.less
ファイルには次の行があります。
// If you'd like to override bootstrap's own variables, you can do so here as well
// See http://twitter.github.com/bootstrap/less.html for their names and documentation
//
// Example:
// @linkColor: #ff0000;
しかし、コメントを外す@linkColor: #ff0000;
と、次のエラーが発生します。
Invalid CSS after "...icons-halflings": expected ")", was ".png"");"
私は何か間違ったことをしていますか、それともlibの問題ですか?