Bootstrap: How do I identify the Bootstrap version?

后端 未结 11 1266
借酒劲吻你
借酒劲吻你 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 easiest would be to locate the bootstrap file (bootstrap.css OR bootstrap.min.css) and read through the docblock, you'll see something like this

    Bootstrap v3.3.6 (http://getbootstrap.com)

提交回复
热议问题