https://github.com/twbs/bootstrap
Revision 828034f26f0f21c58a4a27fe7332eaa979482185 authored by Julien Déramond on 28 June 2022, 05:41:15 UTC, committed by GitHub on 28 June 2022, 05:41:15 UTC
1 parent 9cf0e9b
Raw File
Tip revision: 828034f26f0f21c58a4a27fe7332eaa979482185 authored by Julien Déramond on 28 June 2022, 05:41:15 UTC
Fix search modal z-index to be on top of all docs showcased components (#36627)
Tip revision: 828034f
composer.json
{
  "name": "twbs/bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "keywords": [
    "css",
    "js",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
  "homepage": "https://getbootstrap.com/",
  "authors": [
    {
      "name": "Mark Otto",
      "email": "markdotto@gmail.com"
    },
    {
      "name": "Jacob Thornton",
      "email": "jacobthornton@gmail.com"
    }
  ],
  "support": {
    "issues": "https://github.com/twbs/bootstrap/issues"
  },
  "license": "MIT",
  "replace": {
    "twitter/bootstrap": "self.version"
  }
}
back to top