https://github.com/twbs/bootstrap
Revision 8d87997303b5ce9f960572ab6a5ab6092e7a722f authored by 汪心禾 on 21 May 2022, 07:23:13 UTC, committed by Mark Otto on 21 May 2022, 17:18:16 UTC
1 parent 3a327c9
Raw File
Tip revision: 8d87997303b5ce9f960572ab6a5ab6092e7a722f authored by 汪心禾 on 21 May 2022, 07:23:13 UTC
Remove is-invalid from textarea validation example
Tip revision: 8d87997
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