https://github.com/twbs/bootstrap
Revision 086a0e2a1cb6d5d71b34bea0c27c9c266e2704e3 authored by Edward Ezekiel on 15 March 2024, 17:23:43 UTC, committed by GitHub on 15 March 2024, 17:23:43 UTC
* feat(masthead):  Update masthead to HeroDevs EOL

Add box-arrow-up-right icon.

* Update masthead.html

* Update icons.html

---------

Co-authored-by: Mark Otto <markdotto@gmail.com>
1 parent 545a650
Raw File
Tip revision: 086a0e2a1cb6d5d71b34bea0c27c9c266e2704e3 authored by Edward Ezekiel on 15 March 2024, 17:23:43 UTC
Update masthead to HeroDevs EOL (#39749)
Tip revision: 086a0e2
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