Add upgrade guide for Sass

This commit is contained in:
Vincent Prouillet 2023-01-12 23:01:06 +01:00 committed by Vincent Prouillet
parent 7152d037ad
commit c172575d25

View File

@ -4,7 +4,8 @@
### Breaking
- `get_file_hash` is removed, use `get_hash` instead. Arguments do not change
- Replace libsass by a Rust implementation: [grass](https://github.com/connorskees/grass)
- Replace libsass by a Rust implementation: [grass](https://github.com/connorskees/grass). See https://sass-lang.com/documentation/breaking-changes
for breaking changes with libsass: look for "beginning in Dart Sass"
### Other