我正在使用Meteor构建混合移动应用。我希望bootstrap导航栏不会在手机上崩溃。根据{{3}},我应该更改变量@grid-float-breakpoint
,但我不知道如何在Meteor中执行此操作,因为我甚至无法触摸流星中的引导程序文件。
答案 0 :(得分:0)
还有点绿,但你可能想要做以下事情(假设还没有完成)。
少安装
meteor add less
将一组基本样式表克隆到app / client / stylesheets目录
git clone https://github.com/DerMambo/stylesheets.git
进入custom.bootstrap.import.less文件(app / client / stylesheets / vendor /)
找到@ grid-float-breakpoint并将其设置为您需要的值。
希望这有用。