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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2022-05-13 21:07:08 +0300
committerGitHub <noreply@github.com>2022-05-13 21:07:08 +0300
commitae7fb9791d99fc378cf6118d4a66c4f03e3a77c1 (patch)
treebcc5bd151b5d2f9f4f996f2e3fd52e5483689acf /config.yml
parent1007a03b0a290a40ea82dadf8fa1129e4223cf62 (diff)
Prep for v1.8.2 (#1193)
* Update design to match v5.2.0 * Update for v1.8.2 * Add figma link in hero, tweak a few things * Update to use Bootstrap via npm * Fixes #1308: Update search field to use type=search * Fixes #1274: Update clipboard.min.js to latest * Only import the font CSS on the homepage * Fix test * Clean up CSS errors * Fathom * update bootstrap versions * Fix version config
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/config.yml b/config.yml
index c4447d91a..e67648773 100644
--- a/config.yml
+++ b/config.yml
@@ -44,13 +44,17 @@ module:
target: static/assets/icons
- source: font
target: static/assets/font
+ - source: node_modules/bootstrap/scss
+ target: assets/scss/bootstrap
+ - source: node_modules/bootstrap/dist/js/bootstrap.min.js
+ target: assets/js/bootstrap.min.js
params:
description: "Official open source SVG icon library for Bootstrap"
social_image_path: /assets/img/bootstrap-icons-social.png
- version: "1.8.1"
- bs_docs_version: "5.1"
+ version: "1.8.2"
+ docs_version: "5.2"
main: "https://getbootstrap.com"
github_org: "https://github.com/twbs"
@@ -61,3 +65,4 @@ params:
expo: "https://expo.getbootstrap.com"
themes: "https://themes.getbootstrap.com"
opencollective: "https://opencollective.com/bootstrap"
+ icons_figma: "https://www.figma.com/community/file/1042482994486402696/Bootstrap-Icons"