【问题标题】:How to change the collapsed mobile navbar breakpoint in Meteor?如何更改 Meteor 中折叠的移动导航栏断点?
【发布时间】:2015-06-25 02:30:48
【问题描述】:

我正在使用 Meteor 构建混合移动应用程序。我希望引导导航栏不会在手机上崩溃。根据docs,我应该更改变量@grid-float-breakpoint,但我不知道如何在Meteor中执行此操作,因为我什至无法触摸meteor中的引导文件。

【问题讨论】:

    标签: twitter-bootstrap meteor navbar


    【解决方案1】:

    仍然有点绿色,但您可能想要执行以下操作(假设尚未完成)。

    少装

    meteor add less
    

    将一组基本样式表克隆到您的 app/client/stylesheets 目录中

    git clone https://github.com/DerMambo/stylesheets.git
    

    vi 进入 custom.bootstrap.import.less 文件 (app/client/stylesheets/vendor/)

    找到@grid-float-breakpoint 并将其设置为您需要的值。

    希望这对您有所帮助。

    【讨论】:

      猜你喜欢
      • 2017-04-18
      • 2016-10-22
      • 1970-01-01
      • 2016-04-01
      • 1970-01-01
      • 1970-01-01
      • 2020-12-04
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多