Skip to content

Commit 1842cdc

Browse files
committed
Update changelog and README for v5.3.3
1 parent ef54e89 commit 1842cdc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The changelog only includes changes specific to the RubyGem.
66
The Bootstrap framework changes can be found in [the Releases section of twbs/bootstrap](https://github.com/twbs/bootstrap/releases).
77
Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release of Bootstrap.
88

9+
# 5.3.3
10+
11+
* Adds support for other Sass engines: dartsass-sprockets, dartsass-rails, and cssbundling-rails.
12+
913
# 4.2.1
1014

1115
* Bootstrap rubygem now depends on SassC instead of Sass.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please see the appropriate guide for your environment of choice:
2121
Add `bootstrap` to your Gemfile:
2222

2323
```ruby
24-
gem 'bootstrap', '~> 5.3.2'
24+
gem 'bootstrap', '~> 5.3.3'
2525
```
2626

2727
This gem requires a Sass engine, so make sure you have **one** of these two gems in your Gemfile:

0 commit comments

Comments
 (0)