Reload Bootstrap customization

前端 未结 3 2122
野趣味
野趣味 2020-12-28 23:06

On http://getbootstrap.com/customize/ it is possible to create and download a custom Bootstrap configuration. Included in the download is a file called config.json

I

3条回答
  •  旧巷少年郎
    2020-12-28 23:30

    Scroll down to the end of the config.json file, the latest entry is "customizeUrl" along with the customization url on bootsrtap website. Eg:

    "collapse.js",
    "scrollspy.js",
    "transition.js"
    ],
    "customizerUrl": "http://getbootstrap.com/customize/?id=eaaea96b66287112b6c7"
    }
    

提交回复
热议问题