Skip to content

Commit

Permalink
Add 4.4.1 blog post (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and XhmikosR committed Nov 28, 2019
1 parent a53397d commit e4c6d4f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _posts/2019-11-28-bootstrap-4-4-1.md
@@ -0,0 +1,14 @@
---
layout: post
title: Bootstrap 4.4.1
---

Today we're shipping [Bootstrap v4.4.1](https://github.com/twbs/bootstrap/releases/tag/v4.4.1)!

In [v4.4.0]({% post_url 2019-11-26-bootstrap-4-4-0 %}), we added `add()` and `subtract()` functions to avoid errors when using zero values in CSS's built in `calc()` function. While these functions work as expected with our build system which is based on `node-sass`, some alert developers [noticed](https://github.com/twbs/bootstrap/issues/29743) that things broke when using another Sass compiler like Dart Sass or Ruby Sass. To resolve this issue, we've tweaked these functions a bit to output what we would expect.

Lastly, we also added a theming [fix](https://github.com/twbs/bootstrap/pull/29762) for some custom forms in a disabled fieldset.

<3,<br>

[@mdo](https://github.com/mdo) & [team](https://github.com/twbs)

0 comments on commit e4c6d4f

Please sign in to comment.