Reload Bootstrap customization

前端 未结 3 2118
野趣味
野趣味 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:15

    As of Bootstrap v3.2.1, you'll be able to load your existing config.json settings into the Bootstrap Customizer using drag-and-drop or a filepicker.

    0 讨论(0)
  • 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"
    }
    
    0 讨论(0)
  • 2020-12-28 23:38

    It's possible to reload and edit your configuration:

    • download your custom bootstrap archive
    • go to https://gist.github.com
    • put content from your config.json file
    • name the new gist config.json
    • publish the gist (anonymously or under your name)
    • save the gist number - the number in the gist url
    • open bootstrap customizer (http://getbootstrap.com/customize) or your local one
    • add the gist number to the url "?id=your_gist_number"

    Voila! Configuration is reloaded.

    0 讨论(0)
提交回复
热议问题