From c36fbed347bc57b5869341528265ecabb02c3be7 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Fri, 10 May 2024 15:18:11 +0300 Subject: [PATCH] Add deprecation notice similar to node-sass --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e71cece..6d05b3c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # node-sass-middleware +> [!WARNING] +[LibSass, Node Sass and this middleware are deprecated](https://sass-lang.com/blog/libsass-is-deprecated). +While they will continue to receive maintenance releases indefinitely, there are no +plans to add additional features or compatibility with any new CSS or Sass features. +Projects that still use it should move onto +[Dart Sass](https://sass-lang.com/dart-sass). + Connect/Express middleware for [node-sass](https://github.com/sass/node-sass). [![Main CI Workflow](https://github.com/sass/node-sass-middleware/actions/workflows/ci.yml/badge.svg)](https://github.com/sass/node-sass-middleware/actions/workflows/ci.yml)