Bootstrap: How do I identify the Bootstrap version?

后端 未结 11 1243
借酒劲吻你
借酒劲吻你 2021-01-31 12:43

I want to update Bootstrap on a site, but I don\'t know the installed version.

How can I identify the bootstrap version, with only bootstrap.css and bootstrap.min.js fil

11条回答
  •  离开以前
    2021-01-31 13:31

    The Bootstrap version will be stated at the top of the CSS file. Simply open it and look at the top of the file.

    e.g.

    /*!
     * Bootstrap v2.3.0
     *
     * Copyright 2012 Twitter, Inc
     * Licensed under the Apache License v2.0
     * http://www.apache.org/licenses/LICENSE-2.0
     *
     * Designed and built with all the love in the world @twitter by @mdo and @fat.
     */
    

提交回复
热议问题