You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://saucelabs.com/u/bootstrap)
64
+
[](https://saucelabs.com/u/bootstrap)
63
65
64
66
## What's included
65
67
@@ -71,7 +73,15 @@ bootstrap/
71
73
│ ├── bootstrap.css
72
74
│ ├── bootstrap.css.map
73
75
│ ├── bootstrap.min.css
74
-
│ └── bootstrap.min.css.map
76
+
│ ├── bootstrap.min.css.map
77
+
│ ├── bootstrap-grid.css
78
+
│ ├── bootstrap-grid.css.map
79
+
│ ├── bootstrap-grid.min.css
80
+
│ ├── bootstrap-grid.min.css.map
81
+
│ ├── bootstrap-reboot.css
82
+
│ ├── bootstrap-reboot.css.map
83
+
│ ├── bootstrap-reboot.min.css
84
+
│ └── bootstrap-reboot.min.css.map
75
85
└── js/
76
86
├── bootstrap.js
77
87
└── bootstrap.min.js
@@ -87,13 +97,13 @@ Have a bug or a feature request? Please first read the [issue guidelines](https:
87
97
88
98
## Documentation
89
99
90
-
Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](https://jekyllrb.com) and publicly hosted on GitHub Pages at <https://getbootstrap.com>. The docs may also be run locally.
100
+
Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages at <https://getbootstrap.com/>. The docs may also be run locally.
91
101
92
102
Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in the `_scripts.html` include.
93
103
94
104
### Running documentation locally
95
105
96
-
1. Run through the [tooling setup](https://github.com/twbs/bootstrap/blob/v4-dev/docs/4.0/getting-started/build-tools.md#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`.
106
+
1. Run through the [tooling setup](https://getbootstrap.com/docs/4.0/getting-started/build-tools/#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`.
97
107
2. Run `npm install` to install Node.js dependencies.
98
108
3. Run `npm run test` (or a specific NPM script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
99
109
4. From the root `/bootstrap` directory, run `npm run docs-serve` in the command line.
@@ -109,15 +119,13 @@ Learn more about using Jekyll by reading its [documentation](https://jekyllrb.co
109
119
[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.
110
120
111
121
112
-
113
122
## Contributing
114
123
115
124
Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
116
125
117
126
Moreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/master/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).
118
127
119
-
Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>.
120
-
128
+
Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org/>.
121
129
122
130
123
131
## Community
@@ -132,7 +140,6 @@ Get updates on Bootstrap's development and chat with the project maintainers and
132
140
- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
133
141
134
142
135
-
136
143
## Versioning
137
144
138
145
For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](http://semver.org/). Sometimes we screw up, but we'll adhere to those rules whenever possible.
@@ -153,7 +160,6 @@ See [the Releases section of our GitHub project](https://github.com/twbs/bootstr
153
160
-<https://github.com/fat>
154
161
155
162
156
-
157
163
## Copyright and license
158
164
159
165
Code and documentation copyright 2011-2017 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).
console.error('Skipping HTML lint test; Java is missing.')
18
+
return
19
+
}
20
+
21
+
constignores=[
22
+
'Attribute “autocomplete” is only allowed when the input type is “color”, “date”, “datetime-local”, “email”, “hidden”, “month”, “number”, “password”, “range”, “search”, “tel”, “text”, “time”, “url”, or “week”.',
23
+
'Attribute “autocomplete” not allowed on element “button” at this point.',
24
+
'Attribute “title” not allowed on element “circle” at this point.',
25
+
'Bad value “tablist” for attribute “role” on element “nav”.',
26
+
'Element “img” is missing required attribute “src”.',
27
+
'Element “legend” not allowed as child of element “div” in this context.*'
0 commit comments