Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-npm-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2021-01-20 00:18:27 +0300
committerMark Otto <otto@github.com>2021-01-20 01:00:20 +0300
commit8cada12024a597e48f9fe954dfbe9025deb4141c (patch)
treec4624df9d8f804643ae0cd63daaed5d61d254cc0
parente1a3e984ffc0ad2b23edde8d8078a5dee06d6efa (diff)
Update readme to link Bootstrap and Bootstrap icons, bump versions
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ecd6fd5..e692f32 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,8 @@ Setup as a starter template, you can easily generate a new GitHub repository. Fr
## What's included
- Single HTML page (`index.html`) to demonstrate how to include Bootstrap.
-- Includes Bootstrap (currently using v4.5.3) source files via npm.
+- Includes [Bootstrap](https://getbootstrap.com) (currently using v4.6.0) source files via npm.
+- Includes [Bootstrap Icons](https://icons.getbootstrap.com) (v1.3.0), which includes over 1,200 icons available as SVGs and web fonts.
- npm scripts (see `package.json`) for compiling and autoprefixing Sass, watching for changes, and starting a basic local server.
- Example stylesheet (`scss/starter.scss`) highlighting two ways to include and customize Bootstrap.
- Example JavaScript file (`assets/js/starter.js`) showing how to import all of Bootstrap, or just the parts you need.