diff options
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/getting-started/whats-included.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/whats-included.html b/docs/_includes/getting-started/whats-included.html index 08c704d10..b9b42179a 100644 --- a/docs/_includes/getting-started/whats-included.html +++ b/docs/_includes/getting-started/whats-included.html @@ -18,9 +18,11 @@ bootstrap/ │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css +│ ├── bootstrap.min.css.map │ ├── bootstrap-theme.css │ ├── bootstrap-theme.css.map -│ └── bootstrap-theme.min.css +│ ├── bootstrap-theme.min.css +│ └── bootstrap-theme.min.css.map ├── js/ │ ├── bootstrap.js │ └── bootstrap.min.js |
