From c1714738b3ea4d6af99138648da90357b9dd8c1c Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 21 May 2021 18:43:00 +0200 Subject: [PATCH] Add entry in CHANGELOG Signed-off-by: Thomas Citharel --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3988cf..024a2019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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 ### Breaking change