mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 15:19:52 +02:00
Docs: quick fixes for HTML (#36395)
* Using the new helper in the doc * Remove input from `Tab` access * Change scrollspy code examples * Reordering tables for JS * Fix for parcel file * Center align all the code example texts in layout * Alphabetical reorder the helpers
This commit is contained in:
committed by
GitHub
parent
73e45ee36c
commit
8959bf3f0b
@@ -22,13 +22,13 @@ When all will be completed, your project will be structured like this:
|
||||
project-name/
|
||||
├── build/
|
||||
├── node_modules/
|
||||
│ ├── @popperjs/
|
||||
| | └── core/
|
||||
│ └── bootstrap/
|
||||
│ └── @popperjs/
|
||||
| └── core/
|
||||
├── scss/
|
||||
│ └── custom.scss
|
||||
├── src/
|
||||
│ └── index.html
|
||||
│ ├── index.html
|
||||
│ └── index.js
|
||||
└── package.json
|
||||
```
|
||||
|
Reference in New Issue
Block a user