https://github.com/twbs/bootstrap
Raw File
Tip revision: d1e18e55ac7ccc069671bed4314ca9f965a09de7 authored by Mark Otto on 13 August 2013, 23:00:05 UTC
remove accordion from customizer; shorten min height for affix
Tip revision: d1e18e5
composer.json
{
    "name": "twbs/bootstrap"
  , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
  , "keywords": ["bootstrap", "css"]
  , "homepage": "http://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": "Apache-2.0"
}
back to top