From: Jeremy Thomas
+ +
{{ page.date | date_to_string }} @@ -81,13 +81,13 @@ breadcrumb: diff --git a/docs/_posts/2021-01-12-new-feature-icon-text.md b/docs/_posts/2021-01-12-new-feature-icon-text.md new file mode 100644 index 000000000..6074d54dd --- /dev/null +++ b/docs/_posts/2021-01-12-new-feature-icon-text.md @@ -0,0 +1,49 @@ +--- +title: "New feature: `.icon-text`" +layout: post +introduction: "An easy way to combine an `.icon` with text" +color: "primary" +name: "New feature: Icon Text" +icon: "star-of-life" +--- + +Bulma's `.icon` element has been around since its inception. It acts as a simple container for any **icon font**. And thanks to its fixed square dimensions, it provides the icon font time to load while preserving the space fo it. + +From version `0.9.2`, a new `.icon-text` element will be available. It allows you to easily combine an `.icon` element with **text**. The purpose of this new feature is to preserve the correct **alignment** of both parts. + +