Bower ファイルに触れたくない場合、Bootstrap 変数をオーバーライドするにはどうすればよいですか?
Yo、Grunt、Bower を使用しています。よ、私は cg-angular を使用しています。
私の app.less は次のようになります。
@import "bower_components/bootstrap/less/bootstrap.less";
@import "bower_components/font-awesome/less/font-awesome.less";
@fa-font-path: "bower_components/font-awesome/fonts";
....