From eb9e4da470ffc227c4cff04e5c22adfd4e7ee027 Mon Sep 17 00:00:00 2001 From: Cleydyr Bezerra de Albuquerque Date: Wed, 12 Jun 2024 18:51:34 +0200 Subject: [PATCH] Update README.md Add OS version deprecation warning (see https://github.com/dart-lang/sdk/issues/54509) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a318384..a386eb6 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ Dart Sass Maven Plugin will run on any operating systems and architectures avail | arm64 | ✅ | ✅ | ❌ | ✅ | | arm | ✅ | ❌ | ❌ | ✅ | +> [!WARNING] +> Not all operating system _versions_ are supported by Dart and Dart Sass, which means that Dart Sass Maven Plugin may not work on certain configurations either. For example, due to https://github.com/dart-lang/sdk/issues/54509, newer versions of Dart Sass will work only on Windows 10 and newer. + ## Automatic detection of operating system and architecture The Dart Sass Maven Plugin will automatically detect the operating system and architecture of the machine where it's running. If it fails to do so, it will fall back to the following defaults: