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

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2022-05-13 22:26:43 +0300
committerGitHub <noreply@github.com>2022-05-13 22:26:43 +0300
commit72d6d2ff1eddd8a9bf5e40148957dfc430ce8d32 (patch)
tree031bc8f9c18232e0ea12bdeae60630289c8416d0
parent679fbd9e086c3e01f68de0ef824c13ebcc92bfb3 (diff)
Add Bootstrap Icons v1.8.2 post (#274)
* start icons v1.8.2 post * finish off post * mention other fix
-rw-r--r--src/content/posts/2022/bootstrap-icons-1-8-2.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/content/posts/2022/bootstrap-icons-1-8-2.md b/src/content/posts/2022/bootstrap-icons-1-8-2.md
new file mode 100644
index 00000000..46b27b8e
--- /dev/null
+++ b/src/content/posts/2022/bootstrap-icons-1-8-2.md
@@ -0,0 +1,43 @@
+---
+author: mdo
+date: "2022-05-13T00:01:00Z"
+title: Bootstrap Icons v1.8.2
+video: dKJfJMMsqX4
+keywords:
+ - icons
+ - release
+---
+
+[Bootstrap Icons v1.8.2](https://icons.getbootstrap.com) has arrvied with some bug fixes and a refreshed docs design to match our main project.
+
+Here's a quick rundown on the icon fixes:
+
+- Fix cutoff `bank` icon
+- Fix `house-heart` and `house-heart-fill` fill-rules
+- Fix corners of pentagon icons to match other shapes
+- Fix fill-rule for `x-lg`
+- Fix cutoff `tool` icon
+
+On the CSS side, we've also added `font-display: block` to help address our icon font affecting Google Lighthouse scores.
+
+*Looking for more new icons? Head to the [issue tracker](https://github.com/twbs/icons/issues) to check for open requests or submit a new one.*
+
+## Install
+
+To get started, install or update via npm:
+
+```sh
+npm i bootstrap-icons
+```
+
+Or Composer:
+
+```sh
+composer require twbs/bootstrap-icons
+```
+
+You can also [download the release from GitHub](https://github.com/twbs/icons/releases/tag/v1.8.2), or [download just the SVGs and fonts](https://github.com/twbs/icons/releases/download/v1.8.2/bootstrap-icons-1.8.2.zip) (without the rest of the repository files).
+
+## Figma
+
+The Figma file is now published to the Figma Community! It's the same [Bootstrap Icons Figma file](https://www.figma.com/community/file/1042482994486402696/Bootstrap-Icons) you've seen from previous releases, just a little more accessible to those using the app.