https://github.com/twbs/bootstrap
Revision 9c4abcc6a142851dbb6e7ce9fcfdc267b7adb82f authored by Mark Otto on 19 January 2021, 05:22:27 UTC, committed by GitHub on 19 January 2021, 05:22:27 UTC
Mention CSP and embedded SVGs in v4 docs
1 parent d2477ab
Raw File
Tip revision: 9c4abcc6a142851dbb6e7ce9fcfdc267b7adb82f authored by Mark Otto on 19 January 2021, 05:22:27 UTC
Backport #32759 (#32832)
Tip revision: 9c4abcc
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",
  "extra": {
    "branch-alias": {
      "dev-master": "3.3.x-dev"
    }
  },
  "replace": {
    "twitter/bootstrap": "self.version"
  }
}
back to top