v1.7.0
1.7.0 (2024-08-23)
Since libsass
was deprecated a long time ago, we offer an option to use Dart Sass as the default transpiler, you'll need to install Dart Sass first, and then specify the sass_transpiler
parameter.
// params.yaml
sass_transpiler: dartsass
But libsass
still accept bug fixes, you can stay with it for a while, I recommend migrating to Dart Sass if you have time, we will set dartsass
as the default transpiler in the future release (won't happen fast).
Features ✨
Bug Fixes 🐞
Styles 🎨
- sidebar: change overflow as auto, width as thin and color when hovering (6b9029c)