Add entry in CHANGELOG

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-05-21 18:43:00 +02:00
parent 9df2017123
commit c1714738b3
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773

View File

@ -1,5 +1,12 @@
# Bulma Changelog # Bulma Changelog
## Unreleased
### Breaking change
Bulma is now build with [`sass` (Dart Sass)](https://sass-lang.com/dart-sass) instead of [`node-sass`](https://github.com/sass/node-sass) ([which is depreciated](https://sass-lang.com/blog/libsass-is-deprecated)).
In the future, Bulma may make use of Sass syntaxes that are currently only available for the Dart Sass version, so it is advised to migrate to `sass` instead of `node-sass` if that's what you are using to compile the source sass files. This will not affect you if you are using the CSS files directly.
## 0.9.2 ## 0.9.2
### Breaking change ### Breaking change